I am using jQuery select2 control and I need to implement the following functionality: if the user tries to add a certain element, based on some algorithm, I should delete a
for the second part this may help you:
$(this).val(); // references the select
you can filter it to get all needed values.
A Example is in the fiddle: http://jsfiddle.net/jEADR/1588/