I have the following dropdown using Semantic UI:
jQuery('.ui.ekstensi.fluid.dropdown').dropdown('setting','onAdd',function (val,text,choice) { alert(choice); }).dropdown('setting','onRemove',function (removedValue, removedText, removedChoice) { //your action here alert(removedValue); });
JSFIDDLE