[jQuery] jQuery Autocomplete Trouble
Hi,
I'm trying to build an autocompleter to look up place names, and send
back their corresponding IDs. I have a method to generate the JSON
(places.js) that returns the correct JSON array, but the jQuery
autocomplete plugin (http://www.pengoworks.com/workshop/jquery/
autocomplete.htm) does not display it correctly; instead, it shows the
entire returned JSON array as a string in 1 single <li>.
Does anyone know how to get it to properly split up into teh
appropriate <li>s? Ultimately, I want to grab the place's id for the
submission of the form.
Thanks in advance!
Avishai