Top "Multiple-select" questions

Javascript/jQuery: Set Values (Selection) in a multiple Select

I have a multiple select: <select name='strings' id="strings" multiple style="width:100px;"> <option value="Test"&…

javascript jquery multiple-select
Javascript Get Values from Multiple Select Option Box

This one is driving me nuts. It’s got to be something simple and stupid that I am overlooking. I …

javascript drop-down-menu multiple-select
Django: How can I create a multiple select form?

I'm beginner in Django/Python and I need to create a multiple select form. I know it's easy but I …

python django forms field multiple-select
Is it possible to configure a UITableView to allow multiple-selection?

For the iPhone, is it possible to configure a UITableView such that it will allow multiple-selection? I've tried overriding -setSelected:…

iphone cocoa-touch uitableview multiple-select
allow new values with chosen.js multiple select

I'm using the chosen.js plugin http://harvesthq.github.com/chosen/ with jQuery to allow the user to select multiple …

jquery jquery-chosen multiple-select
How can I send an array to php through ajax?

I want to send an array constructed in javascript with the selected values of a multiple select. Is there a …

php ajax multiple-select
Adding values to a multiple select with jQuery's select2

I'm using the select2 jQuery plugin on a <select> with multiple="multiple". I need to add values to …

jquery selection jquery-select2 multiple-select multipleselection
Android ListView with multiple select and custom adapter

I have a ListView with a custom adapter. The ListView allows multiple select, but somehow it's not recognising when an …

android listview listadapter multiple-select
Select multiple values in a multiple select box with Jquery

So I have two multiple select boxes like this <select id="foo" multiple="multiple"> <option value="1">…

javascript jquery selectedvalue multiple-select
Get Value of Disabled Option in Select Multiple Jquery

I have a multiple select on my page, and I have an option disabled so that the user can't unselect …

javascript jquery select multiple-select