Questions tagged as 'jquery-ui-multiselect'

2
answers

Is it possible to disable certain action of an HTML element with a certain class via jQuery?

In my initialization I hedge all links should block using the
asked by 21.02.2014 / 19:01
1
answer

Validate select with jQuery Validator

I have a select like this: <form action="" id="form"> <select name="unidadeNegocio[]" id="unidadeNegocio" multiple="multiple" > <option> A </option> <option> B </option> <optio...
asked by 25.10.2017 / 15:05
1
answer

Multiselect in dropdown format in Bootstrap 4

I'm having trouble finding a multiselect bootstrap 4 in the dropdown format. The only element it allows is this way: Iwouldliketoleaveitinthisformat: AsfarasIcanremember,thisdidnothappeninthepreviousversionofthebootstrap.Codeused:<linkhre...
asked by 15.06.2018 / 16:04
0
answers

Value in Select2 multi select

Good afternoon, I'm having difficulty returning the values of N items selected with select2, it returns only the first. I'm using ASP.NET. <asp:DropDownList ID="ddlMeses" runat="server" class="js-example-basic-multiple...
asked by 07.03.2017 / 15:53
1
answer

Dynamic Multiselect with bootstrap

Good afternoon. I have a big problem. I have a dynamic select combo which is in the following order: Parents UF City Neighborhood This information is loaded from MYSQL. Since it is a dynamic select, I need the neighborhood field...
asked by 02.03.2016 / 21:21
2
answers

Do not load data in the picklist (jquery-ui + angularJS)

using: link I can not load data coming from my client table into the picklist. It was already working on another template, changed the template in the company and I'm adapting to the new components. I got this picklist from outside, because...
asked by 28.01.2016 / 14:26
0
answers

Capture values from a multiselect - jQuery plugin

Hello, I generated a form using the Mulsiselect plugin. However, I am not sure how to capture the values that are selected by the user. My last attempt was to try to play inside a form and capture the id via POST, but the idea did not work. T...
asked by 12.07.2018 / 19:29
0
answers

How to make the select become mandatory, using multiselect?

How can I make a select that uses the multiselect plugin become mandatory? I'm trying this way, but I still can not find a solution $(".multiselect").multiselect({ required: "required"; }) If possible I would also like you to explain t...
asked by 29.10.2015 / 14:50