example:
<select>
<option value='1'>hello me<option>
<option value='2'>hello world</option>
</select>
how can I access a TEXT not VALUE from select box
so I can display HELLO ME or HELLO WORLD instead of 1 & 2.
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.
Use
texttogether with the:selectedform selector:Loop over all options’ texts and values:
Grab all option texts into an array: