142 questions
0
votes
0
answers
126
views
Issue with ui-multiselect display values after jquery migration from 1.9.1 to 3.7.1
I have changed jQuery and jQueryUI version from 1.9.1 to 3.7.1 and 1.9.2 to 1.13.1 respectively and using AngularJS version 1.2.5.
The ui-multiselect dropdown values are not displaying over the UI but ...
0
votes
0
answers
61
views
how to implement .select2 and .multiselect feature at the same time
I want to make UI as in image 1 where user must see multiselect dropdown and can select multiple checkbox emails and also can mark only one email as Primary email id by clicking in right side as shown ...
0
votes
1
answer
1k
views
Multiselect dependent dropdown for country and state
kindly help how to make this multiple option select for country and state,
below code in single select is working fine but i need to make this multi-select dependent dropdown.
below code is complete ...
0
votes
1
answer
577
views
jQuery Multi-select remove other selected options if "ALL" option selected
I've something like this:
var myThing = {
*... (some functions) ...*
var callBack = $.Callbacks();
callBack.add(myThing.populateSome);
dataProvider.callWebService('/getMyHtml', 'GET', ...
0
votes
1
answer
2k
views
JQuery Bootstrap Multiselect plugin for selected value
I am using the JQuery Bootstrap Multiselect plugin to do the multiple select in the input. Now I am facing the problem which is if I want to set default value 2,3 (Peter, Jane) in the multi-select ...
1
vote
1
answer
817
views
How to disable an option when selected more than 5 times in dynamically generated rows?
Following is my code :
<tr class = "dynamicRow">
<td class="dynamicStu"><b><bean:message key="label.student.code" />:</b>
...
0
votes
0
answers
309
views
How to use multiselect results as an @foreach function array?
I am trying to use the http://loudev.com/ jQuery MultiSelect Plugin to change an MVC Razor table display page from displaying all results in the bound database view, to only displaying the selected ...
0
votes
1
answer
186
views
Mulit select box Jquery 1.7 doesn't work in IE
I have multi select box like below
<select id="ccListSelect" name="ccListSelect" multiple="true" width="50">
<option value="1">...
0
votes
2
answers
244
views
Free-JQGrid Multiselect toolbar to refreshing when reloading data from server
I have the below code and when I make a call back to the server to reload the grid, my drop down filters are not refreshing based on the column data.
Upon page load, the grid loads fine and the ...
2
votes
0
answers
499
views
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 ...
0
votes
1
answer
3k
views
Listbox multi select in asp.net web forms
I have been researching for multiple select in a dropdown list in asp.net web forms. I have found several solutions but when I implement it on my system, it does not work. I am using Visual Studio ...
0
votes
0
answers
551
views
jQuery multiselect - hid optgroup options on click
I'm using jQuery multiselect, that can be found here: http://loudev.com/#home
I want to hide the options of an optgroup when clicked. I have fooled around with this in the jsfiddle, but I can't hide ...
0
votes
1
answer
1k
views
How to empty select box in ajax call onchange another select box with multiselect plugin of jquery?
I am having 2 dependent dropdowns. Second one is depend on first
dropdown. I am using onchange event to get data in second dropdown
with ajax call.
below is my 2 dropdowns and ajax call :
first ...
1
vote
1
answer
515
views
How to set options on jQuery UI Multiselect (Eric Hynds)
https://github.com/ehynds/jquery-ui-multiselect-widget/wiki/Methods
This is driving me crazy. All of the options are listed but not the way to set them!
I have tried everything I can think of, ...
0
votes
1
answer
569
views
Multi-Select listbox - check if user selected Select All option
I have a MultiSelect Listbox
@Html.ListBoxFor(model => model.DealerScopeDealerProvider.DealerScopeProvider, new MultiSelectList(providers, "ProviderCode", "ProviderName"), new { id = "...