[jQuery] Is getJSON reentrant? Can I nest them?
It appears that I can't nest getJSON calls.
When I make the second call, the throbber in Firebug spins forever.
I'm getting a list of changes from a database and then trying to get
more precise data on each change with a second getJSON call in an
anonymous function in the first getJSON call.
Can anyone enlighten me on this?
Thanks,
ml