I\'m interacting with an API that allows one action per 5 seconds. However, I want to ensure all requests end up with the host. How can I queue and throttle the requests tha
jQuery has a .delay() and .queue() interface I suggest you checkout and read about.