Do I have to iterate through ALL the and set remove the \'selected\' attribute or is there a better way?
In JQuery:
$("#id option:selected").prop("selected", false); $("#id").multiselect('refresh');