[jQuery] Re: getJSON problems

2009-05-24 Thread Al
Thanks for the reply. I changed it so that processData is declared before $(document).ready. Unfortunately, however, the function still does not seem to be called. getJSON must be doing the right thing, because I can see the data I'm trying to get when I go to the Net panel in Firebug and look in

[jQuery] Re: getJSON problems

2009-05-23 Thread Donny Kurnia
Al wrote: Hi, I'm trying to get some data as JSON, and want to show a spinning animation while doing so. I have the following jQuery/HTML: http://dpaste.com/46873/ The URL I pass to getJSON returns some data e.g. {'data': '123456789'} and seems to be working properly and returning valid JSON.