Created
May 24, 2013 19:29
-
-
Save arschmitz/5645947 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SCRIPT16389: Unspecified error. | |
jquery-1.9.1.js, line 3254 character 5 | |
focus: { | |
// Fire native event if possible so blur/focus sequence is correct | |
trigger: function() { | |
error: if ( this !== document.activeElement && this.focus ) { | |
try { | |
this.focus(); | |
return false; | |
} catch ( e ) { | |
// Support: IE<9 | |
// If we error on focus to hidden element (#1486, #12518), | |
// let .trigger() run the handlers | |
} | |
} | |
}, | |
delegateType: "focusin" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment