I have a in my website, and I have a script in jquery that has this function:
$(\"#multi\").on
var last_value; $('#multi').change(function() { last_value = this.val(); alert(last_value); });
define global variable, and every time ur dropdown change the seletion, u can replace the last selected value with the new one.