how to use jquery autocompleate with json data
I am getting JSON data from SQLite and now want to use it for jquery autocomplete, but not understanding how to use and what item has been selected and what's its price.
data I have :
[ { name: 'biten apple', price: 32 },
{ name: 'square apple pack...