[jQuery] getJSON how to manage objects.
hello, i have another question about JSON i received the JSON Objekts
well, so my question is i receive an object like this data.items this
has html in it.
how can i talk to an html object $('#test') that is in the JSON
Object.
do i have to inject the html first by $('#putitthere').html
(data.items) and then talk to it?
Thanks for your replies