views:

131

answers:

3

I need a simple and flexible autocomplete jQuery plugin. In your experience, which jQuery plugin has the best performance and flexibility?

+1  A: 

The one in the jQuery-ui works great for me:

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

Erik Escobedo
+1  A: 

Either the jQuery-ui autocomplete http://jqueryui.com/demos/autocomplete/

or the autocomplete plugin http://docs.jquery.com/Plugins/Autocomplete

MoDFoX
+1  A: 

Hi ming. I recently began writing a rails and jquery blog and took the liberty of writing a short tutorial of how to implement an autosuggest text field with jquery in rails.

blog post: tutorial

source code: source

demo: demo

Thanks for the good question!

Andres Bonilla