+ 1
hi, i have a optgroup , how to save the values using the jquery?
i have dropdown which consists of dynamic dropdown. i am using optgroup for the dropdown. now how can i save the selected values in the jquery.
1 ответ
0
$(selectID).value
in case of multiple values, you should get an array instead of normal variable