Published
- 1 min read
jquery call function every second
The solution for this is noted below
jquery call function every second
Solution
setInterval(function () {
//this code runs every second
}, 1000)
Try other methods by searching on the site. That is if this doesn’t work