MultiSelect progessively enhances an ordinary multiple select control into elegant drop down list of checkboxes, stylable with ThemeRoller.
Questions tagged [jquery-ui-multiselect]
142 questions
57
votes
17 answers
JQuery Bootstrap Multiselect plugin - Set a value as selected in the multiselect dropdown
I am having a multiselect dropdown using the Boostrap Multiselect plugin (http://davidstutz.de/bootstrap-multiselect/) as below
11
votes
1 answer
Remove/destroy Nicescroll bar from element (integration with JQuery MultiSelect)
I have added a NiceScroll bar to a div:
$("#div-name").niceScroll();
How can I remove/destroy it?
I have tried the following, but it doesn't work:
$("#div-name").getNiceScroll().stop();
The following is also not a…

Diego87
- 1,617
- 3
- 17
- 20
10
votes
3 answers
Set values in jquery multiselect dropdown
I want to set the multiple ITEMS in jQuery multiselect dropdown depending on the VALUE of that item, which I'm getting from database, separated by ",".
I'm saving this fetched data in hidden field.
Ex.
Hidden field: hdnLots = 64,65
, Items for lot…

I Love Stackoverflow
- 6,738
- 20
- 97
- 216
6
votes
3 answers
How to get Chosen Multiselect selected values under the For Loop
This is my view file code
…

shruthi
- 119
- 1
- 13
4
votes
1 answer
Add JQuery MultiSelect to existing MultiSelect object
I am trying to detect changes on a JQuery MultiSelect to trigger an update in another place. The normal javascript on change stuff does not work because the select does not change. I found a method called “beforeclose” that is called from the close…

user1404617
- 585
- 1
- 5
- 20
4
votes
2 answers
How to show selected checkbox in multiselect checkbox list in laravel?
I have a multi-select checkbox list. I want to show stored value in list using checkbox selected.
User informations are stored in Partner_Prefence table and user religion column named as p_religion
$profile_data=…

Entrepreuner
- 53
- 4
- 11
4
votes
1 answer
How to reload jQuery multiselect in a drowdown list when the selection of another dropdown changes
I have tried some of the solutions proposed in this forum but they did not work for so I think I am missing something somewhere.
I am using Patrick Springstubbe jQuery multiselect on two dropdown lists(ProductCategories and Products).
I want the…

Sheils
- 323
- 2
- 22
4
votes
2 answers
Unable to set the width of jquery multi select
I am using a jquery multi select for a drop down in order to give user an opportunity to select multiple items from a drop down
Html Code:
…


ViVi
- 4,339
- 8
- 29
- 52
4
votes
2 answers
jQuery Multiselect - Select All and with Filtered Search
When you use the search feature, and then use the select_all it does not work together, it selects "everything" as if the search made no change, but the search itself "hides" the elements. It should only select all to the items that are visible…

tmarois
- 2,424
- 2
- 31
- 43
4
votes
1 answer
outerWidth() Returns a Different Value when Element is Hidden
I am trying to make some tweaks to the jQuery UI MultiSelect Widget.
One issue I'm having is that the main control is a little too wide after I refresh the control. Looking at the code, the width is set using:
var width =…

Jonathan Wood
- 65,341
- 71
- 269
- 466
4
votes
3 answers
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 is what I have tried so far
$('#ts_client_id').multiselect({
enableFiltering: true,
…

Jaylen
- 39,043
- 40
- 128
- 221
3
votes
1 answer
jqgrid multiselect filter issue with grid refresh
I was checking the demo to implement Multiselect filtering in my project.
It is a nice demo indeed but has some issues with it.
Select a filter and hit the refresh button then filters are not resetting. And after that it will starts…

Avijit
- 1,219
- 2
- 15
- 28
3
votes
4 answers
How can I change the selected text when using Multiple Select jQuery plugin
I am using this cool Multiple Select plugin
Please look at "The Position" options. I would need to display either 1 text or 5 of 12 selected.
so If I only select 1 option then display that option if I select more than 1 then just state 2 of 12 are…

Jaylen
- 39,043
- 40
- 128
- 221
3
votes
1 answer
Dynamicaly add/remove in jquery multiselect
I am trying jquery multiselect first time. I have made my dropdown list as multiselect.
My dropdown is like this,
2
votes
0 answers
Multi-Select Two Sides are showing "0 Items" in iPad | iPhone under Aurelia Framework
I am using Aurelia Framework and i use "multiselect-two-sides" in my project .This is working under Microsoft OS ,Chrome and in all browsers but not working properly under iOS platform.
I did many search for fixing this issue because many other…

Aamir Hussain
- 141
- 1
- 10