Chosen Jquery Plugin - getting selected values
jquery, jquery-chosen
Solution
Like from any regular input/select/etc...:
$("form.my-form .chosen-select").val()
Problem
How can i get the selected values from the chosen Multi-select Box?
jquery, jquery-chosen
Like from any regular input/select/etc...:
$("form.my-form .chosen-select").val()
How can i get the selected values from the chosen Multi-select Box?