Questions tagged [jquery-ui-multiselect]

MultiSelect progessively enhances an ordinary multiple select control into elegant drop down list of checkboxes, stylable with ThemeRoller.

Multiselect gitHub

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
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=…
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,