Questions tagged [multiple-select]
401 questions
5
votes
2 answers
get text of item by values multiple select using jquery/javascript
I need to get text of item by values in multiple select box.
I have tried this code but it give me overall selected text with no separation or spacing.
if ($("#<%=ddlSubject.ClientID %>").val()) {
var values = $("#<%=ddlSubject.ClientID…

sp_m
- 2,647
- 8
- 38
- 62
5
votes
2 answers
change jquery chosen max_selected option dynamically
I've two select option, class and class_attr.
class has 2 options: A and B
class_attr has many options: aa, bb, cc, dd, ee, ...
How do I implement if the user chooses A, the chosen max_selected is only 5 options, and if the user changes to B, the…

paugoo
- 138
- 1
- 2
- 11
4
votes
2 answers
Get custom attribute value from multiple select option using Jquery
I want to get custom attribute value from multiple select, here is my html,code
4
votes
2 answers
kivy spinner widget with multiple selection
I am looking for a kivy widget (preferrably in python + kv file) of type spinner (or something alike) where I can select multiple items through a checkbox for example. The selected items should become available in a tuple (?).
In the picture…

Bill Bridge
- 821
- 1
- 9
- 30
4
votes
0 answers
Django-filter, LinkWidget with Checkbox Select Multiple filter
I'm trying to create a Checkbox Select Multiple filter with LinkWidget function so that the user doesn't have to submit the form every time the user click on a new check box. Just like Amazon's search:…

KChi
- 63
- 1
- 8
4
votes
2 answers
jquery toggle from several multiple select
I have a table and I would like to filter row that is not selected from a multiple select.
Working Visa | Blond |
Student Visa | Brown | …