Is there a plugin or some documentation as to how I can make say 10 async GetJson requests in a neat and managed way? By that I mean I fire off 10 async requests and as soon as I get the data back I want to display it on the page (order is not important, whatever finishes first gets displayed first). Also, I want to make sure I don't kill the browser due limitations as to how many connections I can have open at once.
I recently saw a the functionality implemented on a site called usniff.com but they were using Mootools as I want to stick with JQuery. Any help, pointers, jquery plugins would be highly appreciated. Thanks