How can I add or remove options in JQuery UI Multiselect ? I am initializing the multiselect on page load and I need to remove existing values and add new values based on anothe
I have also experienced the same issue but finally, I resolved. Please use $(selecter).multiselect("refresh"); instead of $(selecter).multiselect("reload");