-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh or rebind multiselect #19
Comments
Are you still looking for an answer?? I had the same problem and my dirty solution was to put my select within a div, and every time I need to refresh the multiSelect I empty the div, insert the html with the same select and then use .multiSelect again |
Thanks for your answer. It was really helpful. We were scratching our heads from a long time. |
Does anyone has a cleaner solution? |
The following worked for me, mid-2024.
|
Hi,
I need to refresh ,rebuild or destroy previous and bind new multiselect.
I used $("#MymultiselectId").multiSelect('destroy') , $("#MymultiselectId").multiSelect('refresh'), and
$("#MymultiselectId").multiSelect('rebuild'). But can not refresh or rebind the multiselect on dropdown rebind.
Please let us know what should i use.
Thanks.
The text was updated successfully, but these errors were encountered: