Hi, is it possible to say "Allow only 2 posts at the same time" in jquery?
kind regards Peter
Hi, is it possible to say "Allow only 2 posts at the same time" in jquery?
kind regards Peter
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.