Top "Multiple-select" questions

check if multiple select has option selected

I have the next select: <select name="extra_especialidad[]" multiple="multiple"> For any reason the name is comming …

jquery multiple-select
HTML Select Box show as Multiple, but to Disable Multiple Selection?

I needed to have: A html <select> box showing as a vertically expanded box (not a Dropdown). So …

javascript jquery select option multiple-select
Multi-select to Array

<!DOCTYPE html> <html> <head> <title>My Form</title> <meta …

php arrays select get multiple-select
How to load selected list items in multiple-select-listbox in update view in yii?

I have a multiple select-list-box for Staff in Create-Service-Form, used to select multiple staff when creating a new service. for …

yii multiple-select multi-select yii-inheritance
Android - setSelected in OnItemClick in ListView

I am trying to set item selected in OnItemClick event in ListView and it just wouldn't leave item selected. What …

android listview multiple-select
Html: For Select multiple, only one value is submitted but .val() returns array of two values

When rendering the page, the val() of a multiple select is set with a single value. For example, $("#my_select_…

php jquery html form-submit multiple-select
how to access multiple select array data in javascript

I have a multiple select box and I want to access the selected data in javascript. Here is the code: &…

javascript html multiple-select
Problem with multiple select removing more than 1 option

Ok, there seems to be a problem with the JS Code for Opera browsers, as it only removes the last …

javascript select options multiple-select
How to use SqlDataReader if I'm having more than one select statements in a stored procedure

I have coded three select statements in stored procedure in Microsoft SQL Server 2005. Both select statements return multiple number of …

stored-procedures sqldatareader multiple-select
jQuery $.ajax POST Multiple Select Selections

I have a multipe select as part of my imput form and I would like to submit it's selected values …

jquery ajax multiple-select