Nick Kahn
Nick Kahn

Reputation: 20078

jquery plugin - autocomplete

please help me to choose the best plug-in in my particular scenario,

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

what do you guys recommend?

Upvotes: 2

Views: 1000

Answers (5)

dyve
dyve

Reputation: 6013

Maybe you will like the original standalone jQuery autocompleter plugin that is still around (and actively developed):

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

Upvotes: 0

ilmatte
ilmatte

Reputation: 1912

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/

Upvotes: 0

Brian Cauthon
Brian Cauthon

Reputation: 5534

jquery ui autocomplete

Upvotes: 2

steve_c
steve_c

Reputation: 6255

jQuery UI has an autocomplete plugin that works really well.

jQuery UI autocomplete

Upvotes: 0

Related Questions