I have select2 multi select field in my form where I want to remove the selected option from the dropdown list after it is selected and again add it to the list if it is removed
$("#cqte").select2("val", ""); //cqte is id of dropdown