Also check out this awesome article on IBM.com

http://www.ibm.com/developerworks/library/wa-aj-jsonp1/

pay attention that you need to take that "callback" query string
parameter in your server code and wrap your returned JSON in that
value (this is shown a little more than 1/2 way down that page i
linked to


On Jan 14, 9:44 pm, Dave Methvin <dave.meth...@gmail.com> wrote:
> > It works. Is there any documentation on this protocol?
>
> Hey, Google always has something. :)
>
> http://en.wikipedia.org/wiki/JSON#JSONP
>
> The reason jQuery uses a random number there is so that multiple
> requests can be in progress at once and will get separate functions to
> run on completion.

Reply via email to