the link specified below is a jquery timer plugin.
http://keith-wood.name/countdown.html
Also i use the following to start a timer
$('#timer').countdown({until: 12,compact: true, description: ' to Go'});
My question is how do i deduce that the timer has reached 00:00:00 or the time given has elapsed
Thanks..