views:

55

answers:

1

I need to make a simple queuing system so that no more than 3 ajax calls are active at any given time. I am using jQuery. Can any one help me out.

Thanks

+1  A: 

Checkout the ajaxManager

http://www.protofunc.com/scripts/jquery/ajaxManager3/

tszming