[jQuery] How to get the selected values in the multiselection

[jQuery] How to get the selected values in the multiselection


Hi, the following code can only get one selected value in the
multiselection.
$('#selection')[0].value
However, I want to get all the selected values from the multiselection
Could you please give me some suggestions
thanks
min