See this:
http://jsfiddle.net/AFhvS/4/
Try remove the text inside the input field in one of the two filled fields: http://jsfiddle.net/AFhvS/5/ and then go on blur, it should appear a alert, but it doesnt, so i have done something wrong?
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.
you may add the class you want to remove
You may also want to look into when you tab between items, at the moment you are using the click event on the tr, maybe you want to use the
focusevent on your inputs instead?edit: http://jsfiddle.net/AFhvS/7/ changed events on when things should trigger.