[jQuery] Re: more than 1 $.getJSON in click event

2009-04-02 Thread James
The code looks fine. Have you tried using the Firebug plug-in for Firefox to debug the AJAX calls? It can help you see whether the call was made, the request data sent, the response data, errors, etc. On Apr 2, 5:27 am, András Csányi sayusi.a...@gmail.com wrote: Hi all! I want to do the next:

[jQuery] Re: more than 1 $.getJSON in click event

2009-04-02 Thread András Csányi
2009/4/2 James james.gp@gmail.com: Hi James! The code looks fine. Have you tried using the Firebug plug-in for Firefox to debug the AJAX calls? It can help you see whether the call was made, the request data sent, the response data, errors, etc. I'm using Firebug. The call is working