jquery function setInterval

The Solution to jquery function setInterval is


This is because you are executing the function not referencing it. You should do:

  setInterval(swapImages,1000);

~ Answered on 2011-07-14 12:36:15


Most Viewed Questions: