[jQuery] How to get the selected values in multi-select
Hi, everyone.
The following code can only get only one selected value in the
multiple selection widget: $('#selection')[0].value
However, I want to get all the selected values in the multi-select.
Could you plesease give me some suggestions
thanks
min