Given a multiple select field, how do I get via javascript the value of the option that was last selected (current)?
I have tried to use the expression below, however the last value (in alphabetical order) of the list of selected items is returned, not necessarily the last one selected.
$("option:selected:last",this)).val()