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({