Get value #3

Closed
sivailango opened this Issue Jan 4, 2015 · 1 comment

Projects

None yet

2 participants

Hi,

How to get the selected value of dropdown js if i have more than one dropdowns on page? I am trying to get value by class name select element. But it did not work. Can we get the value using name of select element on server side?

Owner

You can use the same method used with usual select inputs.

If you want to base it on class name you will probably need to iterate trough each element and get the value.

@FezVrasta FezVrasta closed this Jan 5, 2015
@FezVrasta FezVrasta added the question label Jan 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment