jQuery Chrony is a plugin that creates a chronometer. (Demo)
Required files:
+ jquery.chrony.min.js
Default configuration:
$('#time').chrony({ hour: 1, minute: 2, second: 3 });
<div id="time"></div>
Demo:
Please:
- Format your code before paste it here, I will probably have to read it;
- Use code formatter to write it:
[source language="javascript"]your_code_here[/source]