jQuery taskTimer is lightweight plugin that functions as a stopwatch, nothing more, nothing less
The timer can be styled in any way you would like. So you are not limited to the style you see in the preview.
—
The plugin has the following API ’s
set_time(38432); You can use this function to change the time of the timer.
clear_time(); You can use this function to reset the time back to 0.
pause_time(); You can use this function to pause the active timer.
current_time(); You can use this function get the current time in seconds.
It is possible to run multiple instances of this plugin. This means that you can have more than 1 timer.