How to set focus to each jQuery UI tabs first textbox? I tried like:
var frmObjAT = $j('input[type=button]').closest("form");
$j("input[type='text']:first", frmObjAT).focus();
First got focus but other tabs not focused.
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.
Kanishka is right but you have to wrap it with Tabs select event
Hope this help.
Edit reply to comment.
Jquery added class to hidden tab you can use that.
I tried this works