From df05b49dbe92c2ebdc9cf84295c2bf4595566547 Mon Sep 17 00:00:00 2001 From: Leonidas Arvanitis Date: Fri, 24 Nov 2017 16:05:52 +0200 Subject: [PATCH] Fix `onsubmit` documentation Resolves https://github.com/jquery-validation/jquery-validation/issues/210 --- entries/validate.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/entries/validate.xml b/entries/validate.xml index 6012dad..25f6b49 100644 --- a/entries/validate.xml +++ b/entries/validate.xml @@ -222,8 +222,6 @@ Validate the form on submit. Set to false to use only other events for validation. -

Set to a Function to decide for yourself when to run validation.

-

A boolean true is not a valid value.

Example: Disables onsubmit validation, allowing the user to submit whatever he wants, while still validating on keyup/blur/click events (if not specified otherwise).


 					$("#myform").validate({