Top "Bootstrap-multiselect" questions

Bootstrap-Multiselect refers to David Stutz's JQuery based plugin that provides an intuitive user interface for using select inputs with the multiple attribute present.

Bootstrap-Multiselect issue with form reset and checkboxes repopulating

I'm using bootstrap-multiselect for a dropdown in my application. Everything works fine except for my form reset, when I want …

jquery bootstrap-multiselect
How to reset one Bootstrap Multiselect when another Bootstrap Multiselect is used via jQuery

I am using the Bootstrap-Multiselect (http://davidstutz.github.io/bootstrap-multiselect/) I have two dropdowns, when an item is selected in …

jquery twitter-bootstrap bootstrap-multiselect
Bootstrap-Multiselect: How to uncheck and deselect Multiselect options using JQuery

I want to write JQuery code that will uncheck and deselect some options from Bootstrap Multi select. For example if …

jquery twitter-bootstrap bootstrap-multiselect
Bootstrap Multiselect Button Width Issue

I have used Multiselect of Bootstrap. My issue is when I select item from options. If name is too long …

javascript jquery twitter-bootstrap bootstrap-multiselect
Disable a specific option boostrap-multiselect

Question I want to disable a single option with JS. I tried using the following code: var input = $('input[value="…

javascript bootstrap-multiselect
Bootstrap multiselect dropdown checkbox not working on paginated table

I am having a dynamically populated paginated table. I am using "bootstrap multiselect checkbox " option in one of the column. …

jquery twitter-bootstrap checkbox jquery-datatables bootstrap-multiselect
How to post multiselect selected options as one param in url - Bootstrap Multiselect

I am using bootstrap-multiselect and need to submit form with selected options. However on form submit, url gets like this ....&…

javascript jquery twitter-bootstrap multi-select bootstrap-multiselect
How to fire an event when a drop down menu is closed using jQuery?

I want to reload the page when a user closes a dropdown menu that is controlled by "bootstrap-multiselect" UI. Here …

javascript jquery jquery-multiselect bootstrap-multiselect
WordPress dropdown multiselect option

I have the below code for WordPress dropdown single select option. I want to make this code work with multiple …

php wordpress select multi-select bootstrap-multiselect
How to change the width of the dropdown using Bootstrap Multiselect plugin for jQuery?

I'm using David Sutz's bootstrap multiselect and I can't find a way to modify the .dropdown-menu on onDropdownShow. Setting the …

jquery css twitter-bootstrap bootstrap-multiselect