Reputation: 5208
I want to implement a countdown timer, that will countdown until a specific date, starting with a date that will be taken form the database.
The countdown timer should not restart at page refresh, it should just countdown until a specific date.
I was wondering if it exists a jQuery or JavaScript open source solution for that?
Upvotes: 2
Views: 9198
Reputation: 49413
Here is a great looking countdown timer with a nice tick animation: http://www.littlewebthings.com/2010/02/jquery-countdown-script/
Upvotes: 4