tags:

views:

20

answers:

1

Hi, is it possible to say "Allow only 2 posts at the same time" in jquery?

kind regards Peter

+2  A: 

Assuming you mean AJAX posts, yes there is. You would have to centralize all your POST requests into a queue or stack and error if the queue or stack is too big.

Josh K