The code available here: http://jchavannes.com/include/scripts/3p/jquery.timer.js
Is different than the code available here: http://jchavannes.com/download/jquery-timer-demo.zip
I had been using them interchangeably until I found a bug that only showed up when I used the hosted version of the code. The bug doesn't show up on the downloaded version.
In brief, the bug was that I couldn't get a timer to restart itself by calling .play() after calling .stop() - in a very convoluted scenario. Using the downloaded version solved the problem.
The code available here: http://jchavannes.com/include/scripts/3p/jquery.timer.js
Is different than the code available here: http://jchavannes.com/download/jquery-timer-demo.zip
I had been using them interchangeably until I found a bug that only showed up when I used the hosted version of the code. The bug doesn't show up on the downloaded version.
In brief, the bug was that I couldn't get a timer to restart itself by calling
.play()after calling.stop()- in a very convoluted scenario. Using the downloaded version solved the problem.