0

I need to create a drop down list that shows you data based on the user's input the data while the user is typing their choice.

The drop down list is way to long and I do not want my users to have to scroll through it.

A good reference for this functionality would be Expedia. When you start typing the name of the city it gives you a list with options to choose from.

Never done this before so any kind of reference or even the name of this type of menu will help a lot.

2 Answers 2

1

I would definitely recommend using this. Jquery chosen plugin, it has an inbuilt search for the <select>....</select> and easy to use

Chosen Plugin

Sign up to request clarification or add additional context in comments.

Comments

1

do this with jQuery + jQuery UI autocomplete: http://jqueryui.com/autocomplete/

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.