I want to fetch all the option values(selected/unselected) in a selectbox on click of a button. Is this possible..?? If it is a yes how can i achieve that..??
Thanks in advance
|
feedback
|
in the button click
| ||||
|
feedback
|
|
I think is a good opportunity to use the Traversing/map method:
And if you want to get two separate arrays containing the selected and unselected values you can do something like this:
After that, the | ||||
|
feedback
|
|
err ok ..
or maybe you mean
| ||||
|
feedback
|
| |||
|
feedback
|