Do I have to iterate through ALL the and set remove the \'selected\' attribute or is there a better way?
$("#ddlMultiselect").val('').trigger("change");
for multi-select drop-down, it will clear displayed text.