Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery run function in a loop? Re: jQuery run function in a loop?

#105335
TheDoc
Member

You could use setInterval, but I’m sure some smarter people would explain to you why it’s not good and there’s something better.

Here’s some more reading on it: http://wallofscribbles.com/2011/setinterval-the-sneaky-basterd-child-of-javascript/