I want to restart my count up timer every 5 seconds from the following example: http://jsfiddle.net/stursby/wYUzq/5/
So far, it starts and stops fine, even resets. I would just like to have it automatically go back to 0 and start counting up again after, say, 5 seconds.
I’ve tried using setInterval() but got weird timing resets from that.
you could add this check in your
display()function