Submit your widget

Cool countdown with jquery

Created 12 years ago   Views 17069   downloads 4665    Author Author
Cool countdown with jquery
View DemoDownload
89
Share |

This countdown has a great animation.

This project is still at beta stage, soon i'll implement callbacks and stuff.

Basic usage:

$('#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"
  });

That  js code weighs just 1.7 KB!

Hope you like it.

The article source:http://code.google.com/p/jquery-countdown/

Tag: countdown