Top "Html-select" questions

An HTML user interface element for choosing one or more option(s) from a finite collection of options.

Fill drop down list on selection of another drop down list

I am using MVC and I am still new with MVC. Can anyone tell me if you can fill a …

asp.net-mvc html.dropdownlistfor html-select
Post values from a multiple select

How can I post values from a multiple select in a form? When I hit submit none of the selected …

html html-select
How to use a Bootstrap 3 glyphicon in an html select

I need to make a subset of the Bootstrap 3 glyphicons selectable in my ui by the user. I tried this: &…

twitter-bootstrap twitter-bootstrap-3 html-select glyphicons
Javascript to Select Multiple options

I have a form with a select box that allows multiple options. After a user saves these options, it stores …

javascript forms html-select options
Prevent iPhone from zooming form?

The code: <select> <option value="1">Home</option> <option value="2">About</option&…

iphone html css ios html-select
Is it possible to have a HTML SELECT/OPTION value as NULL using PHP?

The following is a snippet from my HTML form which pulls the options from the table rows accordingly. What I …

php html-select
How to populate the options of a select element in javascript

The code: var newSelect=document.createElement('select'); index=0; var optn = document.createElement("option"); //langArray is an array that contains different …

javascript html-select
How to populate a cascading Dropdown with JQuery

i have the following problem: I started to create a form with HTML an JS and there are two Dropdowns (…

javascript jquery html-select cascadingdropdown
Make some options in a select menu "unselectable"

I have a select element with a few options, but I want some of the options to not be selectable. …

html html-select