diff --git a/src/core.js b/src/core.js index 08352d4..ccb8d4c 100644 --- a/src/core.js +++ b/src/core.js @@ -602,7 +602,7 @@ $.extend( $.validator, { try { $( this.findLastActive() || this.errorList.length && this.errorList[ 0 ].element || [] ) .filter( ":visible" ) - .focus() + .trigger( "focus" ) // Manually trigger focusin event; without it, focusin handler isn't called, findLastActive won't have anything to find .trigger( "focusin" );