This is an example page for mooTimer, a class build with the great mootool library.
mooTimer, can control differents types of timers, with a 2 events : onComplete, when the timer goes to the final time (endCrono);
onEveryMinute, triggers when passing on every minute.
You can call time() function to show its time.
See code for more details.
Limitation : it only manage minutes and seconds
changelog
Author : Vladimir Prieto
pd :
1.- this is my very first class with mootools, so there's could be some code not so efficient.
2.- you can use this code AS IS.