Jquery plugin - autocomplete

please help me to choose the best plugin in my specific scenario,

I am creating a page where the user enters the initial first name or last name and I have about 25k records in my db.

what do you guys recommend?

+2


a source to share


5 answers


Reading these other StackOverflow answers might help you!



+3


a source


jquery ui autocomplete



+2


a source


jQuery UI has an autocomplete plugin that works really well.

jQuery UI autocomplete

0


a source


I just released the jQuery UI autocomplete widget for Asp.Net WebControl. You can find it on codeplex at the following address:

http://autocompletedotnet.codeplex.com/

0


a source


You might like the original standalone jQuery autocomplete plugin that is still around (and actively developed):

http://code.google.com/p/jquery-autocomplete/

0


a source







All Articles