Skip to content

Instantly share code, notes, and snippets.

@stevelippert
Created January 6, 2015 16:49
Show Gist options
  • Select an option

  • Save stevelippert/8d90e2e225475a673975 to your computer and use it in GitHub Desktop.

Select an option

Save stevelippert/8d90e2e225475a673975 to your computer and use it in GitHub Desktop.
jQuery: Finding the first input with a class
$("form").find("input[type=text]").filter(".YOUR-CLASS-HERE:visible:first").focus();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment