Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

jQuery Countdown Plugin


Average rating
(2 votes)

This is a simple countdown plugin which displays a countdown effect.
The usage could't be simpler, just one line. For example:

$('span.countdown').countdown({seconds: 30});

You can add an option called 'callback', like this:

$('span.countdown').countdown({seconds: 30, callback: 'hello_world()'});

Then the function 'hello_world()' will be excuted when time out.

Releases

Official releasesDateSizeLinksStatus
0.12008-Mar-17n/aRecommended for 1.2.xThis is currently the recommended release for 1.2.x.