[jQuery] Re: Json GET Method

2009-07-20 Thread MorningZ
the official documentation is a great place to start http://docs.jquery.com/Ajax/jQuery.getJSON#urldatacallback that method will make a GET call and automatically parse the returned data as JSON On Jul 20, 7:21 am, jayz sharmaa...@gmail.com wrote: Am trying to access a restful service

[jQuery] Re: Json GET Method

2009-07-20 Thread Ajay Sharma
am talking about Function(data) content how to play with json data , thats what i want to know . As am not able to understand with the flicker example. *function(data){ $.each(data.items, function(i,item){ $(img/).attr(src, item.media.m).appendTo(#images); if