Skip to content

Instantly share code, notes, and snippets.

@Foodguru
Created October 7, 2012 21:00
Show Gist options
  • Save Foodguru/3849577 to your computer and use it in GitHub Desktop.
Save Foodguru/3849577 to your computer and use it in GitHub Desktop.
JQuery: Select first form input
$('form :input:visible:enabled:not(.no-focus, elect, input[readonly=readonly],input[type=checkbox],input[type=radio],input[type=submit]):first').focus();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment