Top "Html-select" questions

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

Passing hidden input fields in HTML Select option

Does anyone know if it's possible to pass a hidden request parameter in with a <select> <option&…

html hidden html-select
Hide select option in IE using jQuery

Currently I am using jQuery to hide/show select options using following code. $("#custcol7 option[value=" + sizeValue + "]").hide(); This works …

javascript jquery html-select
How to fix IE select issue when dynamically changing options

I have a set of selects that all have the same options. Then I run those options through a filter …

internet-explorer angularjs html-select
mvc c# html.dropdownlist and viewbag

So I have the following (pseudo code): string selectedvalud = "C"; List<SelectListItem> list= new List<SelectListItem>(); …

asp.net-mvc html.dropdownlistfor viewbag html-select
onclick on option tag not working on IE and chrome

I am using onclick event in option tag for select box <select> <option onclick="check()">one&…

html html-select
How to set default value in ng-options

I can set a dropdown list with default value in angularjs as, <select name="repeatSelect" id="repeatSelect" ng-model="repeatSelect" …

javascript angularjs ionic-framework html-select ng-options
Assign Attribute to @Html.DropdownList

I want to assign some ID attribute name to my Dropdown list which is using data from the ViewBag as, …

asp.net-mvc razor html-select viewbag
HTML <select> what is the name of on select event?

Does the HTML "select" element have an on select event? what exactly is the name of the event?

javascript jquery html html-select
input field disabled until radio button is checked (HTML)

I have two fields, one of them is a text input field and the other is a select tag. The …

javascript html html-select forms html-input