json with Autocomplete?
- by acidzombie24
I am using Jquery Autocomplete
I am also using the formatItem. I would like the output to be
<json.key: json.value
ex
Name: Adam
However i cant get the json data using the 4th param and i am getting the full json string as the 4th param and one result. How do i use json with this? is another autocomplete recommended? (this one looks pretty good...)