-
Notifications
You must be signed in to change notification settings - Fork 437
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
Is it possible to remove all options? #193
Comments
I'd be interested in this as well! @bobg2015 Found a solution: $('#my-multi').empty().multiSelect('refresh'); Basically, you empty the |
I am actually unaware of a removeOption with multiSelect. I have searched the http://loudev.com/ multiSelect library and the jquery-multi-select.js and have had no luck. This option could REALLY benefit me right now as I am dealing with a tough issue right now. |
Try This Removing Options for Multiple Select Drop Down. $('#FeatureId').multiselect("deselectAll", false).multiselect("refresh"); |
do this .. |
Hi,
Is it possible to remove all options? I see there is a 'removeOption' option but it would be handly to be able to do a remove_all.
cheers.
The text was updated successfully, but these errors were encountered: