Skip to content

Commit 070edc7

Browse files
committed
Demo: Use correct option in multipart demo.
Fixes jquery-validation#1025
1 parent 1d348bd commit 070edc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/multipart/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
var v = $("#cmaForm").validate({
4141
errorClass: "warning",
4242
onkeyup: false,
43-
onblur: false,
43+
onfocusout: false,
4444
submitHandler: function() {
4545
alert("Submitted, thanks!");
4646
}

0 commit comments

Comments
 (0)