jquery plugin - autocomplete
please help me to choose the best plug-in in my particular scenario,
I am building a page where user en开发者_如何学Cters first or last name initial and and I have around 25k records in my db.
what do you guys recommend?
Reading these other StackOverflow answers may help you!
before start read this: Efficient AutoSuggest with jQuery?
then go: https://stackoverflow.com/questions/188442/whats-a-good-ajax-autocomplete-plugin-for-jquery
then go: https://stackoverflow.com/questions/1256105/what-is-the-best-jquery-autocomplete-suggest
jquery ui autocomplete
jQuery UI has an autocomplete plugin that works really well.
jQuery UI autocomplete
I just released an Asp.Net WebControl wrapping JQuery UI autocomplete widget. You can find it on codeplex at the following address:
http://autocompletedotnet.codeplex.com/
Maybe you will like the original standalone jQuery autocompleter plugin that is still around (and actively developed):
http://code.google.com/p/jquery-autocomplete/
精彩评论