dana
dana

Reputation: 5208

the easiest solution for a JavaScript/jQuery countdown timer

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

Answers (2)

NakedBrunch
NakedBrunch

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

Piksel8
Piksel8

Reputation: 1428

jQuery Countdown is a good one and easy to implement.

Upvotes: 3

Related Questions