json with Autocomplete?
Posted
by acidzombie24
on Stack Overflow
See other posts from Stack Overflow
or by acidzombie24
Published on 2010-03-22T23:46:25Z
Indexed on
2010/03/22
23:51 UTC
Read the original article
Hit count: 320
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...)
© Stack Overflow or respective owner