Created
October 7, 2012 21:00
-
-
Save Foodguru/3849577 to your computer and use it in GitHub Desktop.
JQuery: Select first form input
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('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