Skip to content

Commit 13f2533

Browse files
Arknistaabm
authored andcommitted
Entries: Add link to jQuery Form plugin to submitHandler example (#48)
Fixes jquery-validation/jquery-validation#2181
1 parent 7663d4f commit 13f2533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/validate.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
</property>
2626
<property name="submitHandler" default="native form submit">
2727
<desc>
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 <a href="http://www.malsup.com/jquery/form/#api">submit a form via Ajax</a> after it is validated.
29-
<p><strong>Example</strong>: Submits the form via Ajax when valid.</p>
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 submit a form via Ajax after it is validated.
29+
<p><strong>Example</strong>: Submits the form via Ajax, using <a href="http://jquery.malsup.com/form">jQuery Form plugin</a>, when valid.</p>
3030
<pre><code>
3131
$("#myform").validate({
3232
submitHandler: function(form) {

0 commit comments

Comments
 (0)