Top "Drop-down-menu" questions

A GUI element, similar to a combobox and a list box, which allows the user to choose one value from a list.

How can change width of dropdown list?

I have a listbox and I want to decrease its width. Here is my code: <select name="wgtmsr" id="…

html css list drop-down-menu html-select
How to use jQuery to select a dropdown option?

I was wondering if it’s possible to get jQuery to select an <option>, say the 4th item, …

javascript jquery html drop-down-menu html-select
DropDownList's SelectedIndexChanged event not firing

I have a DropDownList object in my web page. When I click on it and select a different value, nothing …

asp.net drop-down-menu selectedindexchanged
Get selected option text with JavaScript

I have a dropdown list like this: <select id="box1"> <option value="98">dog</option> &…

javascript html dom drop-down-menu
Avoid dropdown menu close on click inside

I have a Twitter Bootstrap dropdown menu. As all Twitter Bootstrap users know, the dropdown menu closes on click (even …

javascript jquery html twitter-bootstrap-3 drop-down-menu
Bootstrap dropdown not working

I can't make bootstrap dropdown to work. Here is my html for nav: <ul class='nav'> <li …

html drop-down-menu twitter-bootstrap
How to add an item to a drop down list in ASP.NET?

I want to add the "Add new" at a specific index, but I am not sure of the syntax. I …

c# asp.net drop-down-menu
Setting dropdownlist selecteditem programmatically

I want to set the selecteditem attribute for an ASP.Net dropdownlist control programmatically. So I want to pass a …

c# asp.net drop-down-menu
How to get all selected values of a multiple select box?

I have a <select> element with the multiple attribute. How can I get this element's selected values using …

javascript html drop-down-menu
How to SELECT a dropdown list item by value programmatically

How to SELECT a drop down list item by value programatically in C#.NET?

c# .net drop-down-menu