Skip to content

Instantly share code, notes, and snippets.

@jrevillini
Last active April 16, 2018 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrevillini/d03e6f666e4a1a8bf1451bfc9caca369 to your computer and use it in GitHub Desktop.
Save jrevillini/d03e6f666e4a1a8bf1451bfc9caca369 to your computer and use it in GitHub Desktop.
Auto-focus username field for Wordpress Plugin Login With Ajax
// ------------------ AUTOFOCUS ON USERNAME FIELD WHEN SIGNING IN
$(document).on('click', '.lwa-links-modal', function(e){
$('#lwa_user_login').focus();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment