[jQuery] How to get option's position
[jQuery] How to get option's position
if I have a menu, how to get the position of the option after I select
one of it?
for example, if I choose b, and the position should b 2.
<select>
<option>a</option>
<option>b</option>
<option>c</option>
</select>
Topic Participants
chan15tw
huytoan.pc