jquery timer plugin

Posted by Hulk on Stack Overflow See other posts from Stack Overflow or by Hulk
Published on 2010-03-12T07:00:33Z Indexed on 2010/03/12 7:07 UTC
Read the original article Hit count: 326

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..

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-plugins