+ 1
How do I run a JavaScript code after a few minutes it is called.
7 Antworten
+ 1
setTimeout(function,time in ms)
0
I want automated calling
0
But where?
0
in Ajax after every 5 minutes
0
So on web page you have used some Ajax and you want to be executed repeatedly... Use Windows.setInterval(callback, delay)
0
Thanks bro!
- 1
Your question is unclear - you are looking just on delayed start or new automatic calling? In web or Node.js or what platform?