I want to focus the first input element that is not type=hidden. I’ve got this far but it will still attempt to focus hidden elements.
$('#content input:first').focus();
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the
:visibleselector::visibledocs:If it’s too much for you, use
Attribute Not Equal Selector:Attribute Not Equal Selectordocs: