Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 454
vinay Avatar asked Apr 10 '26 17:04

vinay


1 Answers

check it out jquery ui library:

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

cheers

like image 63
Marko Avatar answered Apr 12 '26 05:04

Marko