Skip to content

Commit 2fc2697

Browse files
committed
Update jquery.validation.net.webforms.js
adding a call for invalidHandler
1 parent e271281 commit 2fc2697

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jquery.validation.net.webforms.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666

6767
if (settings.focusInvalid && isValid)
6868
$(item).focus();
69+
70+
if (settings.invalidHandler)
71+
settings.invalidHandler(event, item);
6972

7073
isValid = false;
7174
}

0 commit comments

Comments
 (0)