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: 302

Filed under:
|
|

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

Related posts about jQuery

Related posts about autocomplex

  • json with Autocomplete?

    as seen on Stack Overflow - Search for 'Stack Overflow'
    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… >>> More