clearinterval Questions
3
Solved
So I have a timer rotates a set of images ever 5 seconds. Therefore, I am running this upon document launch.
$(document).ready(function() {
var intervalID=setInterval(function(){
rotate();
}, 5...
Germaun asked 28/7, 2011 at 9:17
© 2022 - 2024 — McMap. All rights reserved.