I’ve read the following post:
How to change options of <select> with jQuery?
However, my document has multiple <select>s. How can I choose to change only one of them?
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.
first you can assign an id to the select tags i.e
Then you change the particular SELECT tag that you need: