Skip to content

Commit 9e40c44

Browse files
committed
Reference: Fix demo link
Fixes jquery-validation/jquery-validation#1334
1 parent cdcb136 commit 9e40c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To skip validation while still using a submit-button, add a class="cancel" to th
9292
<input type="submit" class="cancel" name="cancel" value="Cancel">
9393
</code></pre>
9494

95-
[Demo for the cancel button](http://jquery.bassistance.de/validate/demo/errorcontainer-demo.html)
95+
[Demo for the cancel button](http://jqueryvalidation.org/files/demo/errorcontainer-demo.html)
9696

9797
# Validation event
9898
By default, forms are validated on submit, triggered by the user clicking the submit button or pressing enter when a form input is focused (option onsubmit). In addition, once a field was highlighted as being invalid, it is validated whenever the user types something in the field (option onkeyup). When the user enters something invalid into a valid field, it is also validated when the field loses focus (option onblur).

0 commit comments

Comments
 (0)