Skip to content

Instantly share code, notes, and snippets.

@proweb
Created August 19, 2011 06:00
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 proweb/1156153 to your computer and use it in GitHub Desktop.
Save proweb/1156153 to your computer and use it in GitHub Desktop.
jQuery focus on first field trick
$(document).ready(function(){
$("input[type=text]:first").focus();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment