Recommendations for easy jQuery Autocomplete using AJAX that will set form value based on selected t

Posted by Ben Dauphinee on Stack Overflow See other posts from Stack Overflow or by Ben Dauphinee
Published on 2010-05-21T22:41:00Z Indexed on 2010/05/21 22:50 UTC
Read the original article Hit count: 299

I am looking for suggestions on the easiest to set up and use AJAX Autocomplete plugin that will use JSON key/value pairs. I want a plugin that supports setting the form value to the key of the name selected.

I have been working with jQuery UI Autocomplete, but it is a total pain in the rear to get this working. Does anyone know of anything that actually supports this out of the box, or have a thread or page where this is already detailed?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui