You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/validate.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
</property>
26
26
<propertyname="submitHandler"default="native form submit">
27
27
<desc>
28
-
Callback for handling the actual submit when the form is valid. Gets the form as the only argument. Replaces the default submit. The right place to <ahref="http://www.malsup.com/jquery/form/#api">submit a form via Ajax</a> after it is validated.
28
+
Callback for handling the actual submit when the form is valid. Gets the form and the submit event as the only arguments. Replaces the default submit. The right place to <ahref="http://www.malsup.com/jquery/form/#api">submit a form via Ajax</a> after it is validated.
29
29
<p><strong>Example</strong>: Submits the form via Ajax when valid.</p>
0 commit comments