jQuery runner Examples

Initialize a count down runner that starts from 60 seconds, and start it automatically:

Initialize a count up runner that stops after 2 minutes:

Initialize a count down runner that starts from 30 seconds, updates the value once every second and doesn't show milliseconds:

Initialize a normal count up runner with a custom formatter function that displays the time in minutes (with decimals):

Initialize a count down runner that starts from 12 minutes and stops at 0, and alerts when the runner finishes: