Skip to content

Instantly share code, notes, and snippets.

@lifuzu
Forked from cowboy/jquery.ba-focus.js
Created February 27, 2014 22:45
Show Gist options
  • Save lifuzu/9261265 to your computer and use it in GitHub Desktop.
Save lifuzu/9261265 to your computer and use it in GitHub Desktop.
// Public domain, really.
jQuery.expr[':'].focus = function( elem ) {
return elem === document.activeElement && ( elem.type || elem.href );
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment