Csgs

How Would I Schedule Several AJAX Calls Every X Amount of Seconds?

Asked by Csgs 2 years ago ajax


Devone
0
 
I would simply use the setInterval function. It's the most viable option for what you're trying to do.

You could do: SetInterval(makeRequest, (10 * 1000));

by Devone 2 years ago

Answer this question

How Would I Schedule Several AJAX Calls Every X Amount of Seconds?

0 errors found:

 
0