do it like:
jsondata.each(function(element){
   console.log(element) // or do what you want with it, this is value1
through valuex
})

instead of jsondata.key1, jsondata.key2...

On Dec 18, 11:57 am, DeMx <[email protected]> wrote:
> I use Autocompleter 1.1 [http://digitarald.de/project/autocompleter/
> ].
>
> By default, come back json-data a kind: ["value1", "value2", "value3"]
> For me the unique identifier is necessary for the further work with
> the chosen item still: {"key1": "value1", "key2": "value2", "key3":
> "value3"}
>
> How to process such data? Now simply writes a mistake. =(

Reply via email to