We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c73fe commit a9c20ecCopy full SHA for a9c20ec
src/core.js
@@ -602,7 +602,7 @@ $.extend( $.validator, {
602
try {
603
$( this.findLastActive() || this.errorList.length && this.errorList[ 0 ].element || [] )
604
.filter( ":visible" )
605
- .focus()
+ .trigger( "focus" )
606
607
// Manually trigger focusin event; without it, focusin handler isn't called, findLastActive won't have anything to find
608
.trigger( "focusin" );
0 commit comments