Top "Html-select" questions

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

Bootstrap 3 select input form inline

I'm trying to get input and select option inline attached with each other like this demo using Bootstrap 2 (dead link). …

twitter-bootstrap twitter-bootstrap-3 html-select
How to add option to select list in jQuery

My select list is called dropListBuilding. The following code does not seem to work: for (var i = 0; i < buildings.…

jquery html-select
How to add Drop-Down list (<select>) programmatically?

I want to create a function in order to programmatically add some elements on a page. Lets say I want …

javascript html drop-down-menu html-select
How to style a select tag's option element?

I'm trying to set the style of an option in a select dropdown menu in Google Chrome. It works in …

css google-chrome html-select
Is it possible to style a select box?

I've got an HTML select box that I need to style. I'd prefer to use just CSS but if I …

jquery css html-select
jQuery Set Selected Option Using Next

How can I, using jQuery, set the "next" item of an already selected item as "selected." For example, if I …

jquery html-select
show/hide div based on select option jquery

Here is my code. Why it doesn't work? <Script> $('#colorselector').change(function() { $('.colors').hide(); $('#' + $(…

jquery html html-select
Is it possible to use JS to open an HTML select to show its option list?

Is it possible to use JavaScript to open an HTML select to show its option list?

javascript html-select
How to expand 'select' option width after the user wants to select an option

Maybe this is an easy question, maybe not. I have a select box where I hardcode with width. Say 120px. …

jquery css html-select content-length
Editable 'Select' element

I would like to have a select element in the form but besides the options in the dropdown, it would …

html html-select