javascript - jQuery autocomplete or filter instead of a really long <select>? -


i have page can choose 1 of 350 people.

there limited space make selection there select menu 350 options in it, each person's name.

when page submitted, id (selected ption value=x) submitted , recorded.

it works functionally it's not ideal having scroll such long list.

does know of jquery plugin, or similar can use, perhaps sort of autocomplete type thing job in more user-friendly , sexy way? :)

you can try jquery autocomplete combobox.

see demo here. http://jqueryui.com/demos/autocomplete/#combobox


Comments