Most voted "jquery-ui-multiselect" questions
9 questions
Sort by count of
-
7
votes2
answers889
viewsIs it possible to disable a certain action of an HTML element with a certain class via jQuery?
On my startup I know that all links should block, using the plugin jquery-blockui, the screen to avoid multiple clicks of impatient user avoiding multiple and unnecessary server requests.…
jquery jquery-ui jquery-blockui jquery-ui-multiselectasked 10 years, 9 months ago Philippe Gioseffi 3,202 -
2
votes1
answer623
viewsValidate select with jQuery Validator
I got a select like that: <form action="" id="form"> <select name="unidadeNegocio[]" id="unidadeNegocio" multiple="multiple" > <option> A </option> <option> B…
-
2
votes1
answer901
viewsMultiselect in dropdown format in Bootstrap 4
I’m having trouble finding a multiselect in bootstrap 4 with "dropdown" format. The only element it allows is this way: I’d like to leave it in this format: As I recall, this did not happen in the…
-
1
votes0
answers321
viewsValue in Select2 multi select
Good afternoon, I’m having trouble returning the values of N items selected with Select2, it return only the first. I’m using Asp.net. <asp:DropDownList ID="ddlMeses" runat="server"…
-
0
votes0
answers67
viewsHow to make select mandatory using multiselect?
How can I make a select using the multiselect plugin become mandatory? I’m trying this way, but I still can’t find a solution $(".multiselect").multiselect({ required: "required"; }) If possible I…
jquery-ui-multiselectasked 9 years ago Diego Souza 1,030 -
0
votes2
answers253
viewsDoes not load data into the picklist (jquery-ui + Angularjs)
using: https://code.google.com/archive/p/jquery-ui-picklist/ I can’t load data from my client table into the picklist. It was already working on another template, changed the template in the company…
-
0
votes1
answer848
viewsDynamic multiselect with bootstrap
good afternoon. I’m having a big problem. I have a dynamic select combo which is the following order: Parents UF City Neighborhood This information is loaded from MYSQL. Considering that it is a…
jquery-ui-multiselectasked 8 years, 8 months ago Ronierick Holanda 3 -
0
votes2
answers814
viewsLoad jQuery Multiselect options via Ajax
Talk, you guys, baby? I’m having a hard time. I have a modal, and wanted when making a select change, to press via ajax, to feed a jQuery multiselect. In a console.log I can see the output of…
-
0
votes0
answers13
viewsProblem accessing multi-select with Selenium webdriver and Java
Hello everyone, I’m trying to access as shown in the image, a multi-select, which is in the yellow list, in ul and li, an option of Languages: Arabic, Bulgarian etc., and when selected, it goes to…