Skip to content

Instantly share code, notes, and snippets.

@arschmitz
Created May 24, 2013 19:29
Show Gist options
  • Save arschmitz/5645947 to your computer and use it in GitHub Desktop.
Save arschmitz/5645947 to your computer and use it in GitHub Desktop.
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