Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

is there any jquery plugin which provides an dropdown-textbox functionality? something similar to http://lab.anotherdan.com/js/textdropdownlist/ In this example he is making use of ul and li items.. but can the same be done for <options>? i am not sure if what i am asking is even possible. so any suggestions regarding this would be much appreciated.

share|improve this question

1 Answer

up vote 7 down vote accepted

check it out jquery ui library:

http://jqueryui.com/demos/autocomplete/#combobox

cheers

share|improve this answer
right on!! thnx marko.. – vinay Jul 8 '10 at 6:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.