jQuery-countdown : jQuery Countdown plugin that doesn’t sucks!
jquery-countdown: Great jQuery Plugin for Animated Countdown
jQuery Countdown is awesome plugin and has a great animation feature. The best thing about this plugin is that its JavaScript code has just 1.7 KB weighs. Very light weighted isn’t it? This plugin is still at beta stage, but jQuery-countdown is a great plugin for countdown counters that I ever seen, and is very useful to create animated countdown timers.
Basic usage of plugin:
$(‘#counter’).countdown({startTime: “01:12:32:55″});
Complete usage:
$(‘#counter’).countdown({
stepTime: 60,
format: ‘hh:mm:ss’,
startTime: “12:32:55″,
digitImages: 6,
digitWidth: 53,
digitHeight: 77,
timerEnd: function() { alert(‘end!!’); },
image: “digits.png”
});
You can use following command to anonymously check out the latest project source code:
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://jquery-countdown.googlecode.com/svn/trunk/ jquery-countdown-read-only
Source Website/ jquery-countdown Demo page
Liked the post, Why not share, Digg, Stumble ?
Related search terms:
- ANIMATED countdown
- count down
- DIGITS PNG
- jquery countdown plugin that doesnt sucks!
- jquery-countdown googlecode com/svn/trunk/img/digits png
10 May, 2012

