Get value #3
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?