Skip to content

Commit 7fe2470

Browse files
larvanitisstaabm
authored andcommitted
Entries: Fix onsubmit documentation (#42)
Resolves jquery-validation/jquery-validation#210
1 parent 0dccc44 commit 7fe2470

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

entries/validate.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,6 @@
222222
<property name="onsubmit" default="true">
223223
<desc>
224224
Validate the form on submit. Set to false to use only other events for validation.
225-
<p>Set to a Function to decide for yourself when to run validation.</p>
226-
<p>A boolean true is not a valid value.</p>
227225
<p><strong>Example</strong>: Disables onsubmit validation, allowing the user to submit whatever he wants, while still validating on keyup/blur/click events (if not specified otherwise).</p>
228226
<pre><code>
229227
$("#myform").validate({

0 commit comments

Comments
 (0)