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.

jQuery to remove an option from drop down list, given option's text/value

I have a drop down list and would like to remove an option from it, given the text/value of …

jquery drop-down-menu
Links in <select> dropdown options

Is it possible for each dropdown options to link somewhere when selected without the need for an external button? <…

javascript html select drop-down-menu
Check if value is in select list with JQuery

How can I, using JQuery, check if a value belongs to dropdown list or not?

drop-down-menu jquery-selectors
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 can I populate a select dropdown list from a JSON feed with AngularJS?

I have been looking hard for examples but could not find anything at all. The only thing I know is …

javascript angularjs drop-down-menu
Selected value for JSP drop down using JSTL

I have SortedMap in Servlet to populate drop down values in JSP and I have the following code SortedMap<…

jsp drop-down-menu jstl retain
Best way to check if a drop down list contains a value?

When the user navigates to a new page, this ddl's selected index is determined by a cookie, but if the …

c# asp.net drop-down-menu
How to implement drop down list in flutter?

I have a list of locations that i want to implement as a dropdown list in Flutter. Im pretty new …

drop-down-menu dart flutter
How do I check how many options there are in a dropdown menu?

How do I check, using jQuery, how many options are there in a drop down menu? Thanks.

jquery drop-down-menu
Selenium WebDriver and DropDown Boxes

If I want to select an option of a dropdown box, there are several ways to do that. I always …

java selenium drop-down-menu selenium-webdriver webdriver