Top "Html-select" questions

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

jQuery - disable selected options

Need to disable already selected options in select box using jQuery. I'd like it to grey out like asmselect. Test …

jquery html-select
Set width of dropdown element in HTML select dropdown options

I am working on a website that involves automatically populating a select box using a PHP script. This all works …

html css html-select
How to ensure a <select> form field is submitted when it is disabled?

I have a select form field that I want to mark as "readonly", as in the user cannot modify the …

javascript html css forms html-select
Select dropdown with fixed width cutting off content in IE

The issue: Some of the items in the select require more than the specified width of 145px in order to …

html css internet-explorer html-select
Get selected key/value of a combo box using jQuery

Please, how can I get the selected key and value of a HTML select combo box using jQuery? $(this).find("…

jquery html-select key-value
How can I create an editable dropdownlist in HTML?

I'd like to create a text field with a dropdown list that lets the user choose some predefined values. The …

html combobox html-select
How do I set an un-selectable default description in a select (drop-down) menu in HTML?

I have a drop down where the user selects a language: <select> <option>English</option&…

html html-select
JQuery select2 set default value from an option in list?

I want to be able to set the default/selected value of a select element using the JQuery Select2 plugin.

javascript jquery html-select jquery-select2
Make multiple-select to adjust its height to fit options without scroll bar

Apparently this doesn't work: select[multiple]{ height: 100%; } it makes the select have 100% page height... auto doesn't work either, I still …

html css html-select
Remove Select arrow on IE

I have select element, i want to remove the arrow, then i can add other icon.. i can do that …

html css html-select