How do I get back on onChange all selected values in my multiselect dropdown. Used plugin here. Trying to use the following but I think I\'m on the wrong track
$
more efficient, due to less DOM lookups:
$('#multiselect1').multiselect({ // ... onChange: function() { var selected = this.$select.val(); // ... } });