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]
Nacho
March 21st, 2012
Hi, Good job!
I have some questions:
1. How can I stop the chrono?
2. How can I reset the chrono?
3. How can I get the remaining time to save it?
Thanks in advance
Best regards