vinay
vinay

Reputation: 33

dropdown-textbox using jquery

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.

Upvotes: 2

Views: 29782

Answers (1)

Marko
Marko

Reputation: 1924

check it out jquery ui library:

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

cheers

Upvotes: 11

Related Questions