The title seems confusing but what I want to do is...
I know how to handle only if the user select new option with this - $(\'select\').change(function(){})
$(\'select\').change(function(){})
i solved using onclick='this.value=-1' that reset the selection to nothing...
onclick='this.value=-1'