How can I get all the options of a select through Jquery by passing on its ID?
Edit: Only looking to get their values, not the text
|
|
How can I get all the options of a select through Jquery by passing on its ID? Edit: Only looking to get their values, not the text
|
||
|
|
|
|
Second time I write an answer like that today...
|
||
|
|
|
I don't know jquery, but do know that if you get the select element, it contains an 'options' object.
|
||
|
|
|
|
|||
|
|
|
|
This will put the option values of #myselectbox into a nice clean array for you:
|
||
|
|
|
|
Some answers uses
There are (at least) two Edit, correction: It depends on what you are going to do with the values. If you, let's say, want to return the values from a function, |
||||
|