How to check if selected index of dropdownlist is not 0 or -1 using jquery?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
I had to check to see if selected index was greater than 0, so I used:
|
|||
|
|
|
Unless you've the actual
|
|||||||||
|
|
|||
|
Taking a different approach from the others, jQuery can check the "value" of the option, as well.
And the jQuery:
This way you don't have to know what index maps to what value, you just check the value of the |
|||
|
|