I need a field validator which does not allow to user to move to the next field if there is an error. I tried the asp validator and jquery validator which allows to move to the next field.
Thanks,
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.
See here for an example: http://jsfiddle.net/albertjan/vhzL4/
if textbox is empty: http://jsfiddle.net/albertjan/vhzL4/6/
$(‘.class’).focus() not working on ff is known see: Javascript focus and select not working in FF