Skip to content

Commit 606f792

Browse files
committed
Merge pull request bbraithwaite#3 from Nagapito/patch-1
Update jquery.validation.net.webforms.js
2 parents e271281 + 2fc2697 commit 606f792

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)