I’ve an HTML table with where each row has a unique attribute. I want to change the bg of a row when the user selects its unique id in a form text field.
It has to be js, I don’t want the form to post.
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.
If I understood you correctly, this should suit you: http://jsfiddle.net/fFApC/
Leave a comment if you need clarification/code update.