jQuery Combobox/select autocomplete? -


does jquery plug-in exist replacing select/combo box?

i tried sexycombo, , close want, doesn't complete if writing middle, beginning.

i have 2 levels of categories (20 top level categories, , subcategories in total 120 categories), when user submitting entry, must find desired category possible.

so... 2 levels + autocomplete populate text if write middle letters.

or other solution?

have @ following example of jqueryui autocomplete, keeping select around , think looking for. hope helps.

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


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -