// name = setInterval(function to call, how often);
myInterval = setInterval(myFunction, 10000);
function myFunction(){
//do something here
}
clearInterval(myInterval); // this clears the interval
Subscribe to:
Post Comments (Atom)
Miscellaneous flash junk that I want to remember
No comments:
Post a Comment