
I’m sure you have notices the countdown features on sites like RapidShare and MegaUpload that allow you to download files but make you wait a specified number of seconds before giving you the download link. You have probably also seen site that are not online yet using a countdown to tell visitors when to come back in a very dynamic manner. They can also be used to countdown to a release date of a game, a movie or to a party. Countdown script simply have a lot of useful use cases and the good new is that there are some really good jQuery scripts you can use for your site. In this article you will find all the useful jQuery countdown scripts available right now for free download. jQuery is also useful in many other areas and in particular jquery carousel and jquery menu plugins can give a website a facelift.
Disclosure: Please note that some of the links below are affiliate links and I will earn a commission if you purchase through those links (at no extra cost to you). I recommend that you do your own independent research before purchasing any product or service. This article is not a guideline, a recommendation or endorsement of specific products.
Advertisement
Article Index
Premium jQuery Countdown Scripts
Live Brodcast Countdown Module
Nice jQuery based countdown timer. Header text depending on countdown stateus (counting down or finished). A lot of options available. Upon time expiration the module will display the expiration message for the amount of time set in back-end. When this time reaches its limit the module will restart the countdown until next event.

MORE INFO / DEMO from CodeCanyon (premium script)
Easy Countdown

MORE INFO / DEMO from CodeCanyon (premium script)
jsCountdown
Included are 14 different skins to choose from and a template file (png format) to make your own.

MORE INFO / DEMO from CodeCanyon (premium script)
JavaScript Animated Counter
Simple, animated JavaScript counter, which will allow You to present rapidly increased or decreased values, such as number of registered users, total income etc. But that’s not all… this counter can be also used as a text or date & time displayer or as a clock. It can be also used as a countdown, to show time left for the beginning of a product release campaign or a sale start. 
MORE INFO / DEMO from CodeCanyon (premium script)
Countdown / construction page
Easy adaptable countdown, under construction – page. Including manual for easy set-up. 
MORE INFO / DEMO from CodeCanyon (premium script)
Fancy Countdown – jQuery plugin
Fancy Countdown is a highly customizable jQuery plugin that lets you create an outstanding countdown. It´s very easy to use. You can set an own target date with a timezone. The plugin comes with an extensive API.

MORE INFO / DEMO from CodeCanyon (premium script)
FlipTimer
FlipTimer 1.2 with 8 color themes ready made and a beautiful template with working contact form included

MORE INFO / DEMO from CodeCanyon (premium script)
fresh Parallax Under Construction Countdown
fresh Parallax Under Construction upgrades your “Coming Soon” page with a dynamic 3D cloudy sky with your logo or item of choice in focus.

MORE INFO / DEMO from CodeCanyon (premium script)
Coming soon landing page
Javascript Under Construction Website Counter!

MORE INFO / DEMO from CodeCanyon (premium script)
Premium Coming Soon – WordPress plugin

MORE INFO / DEMO from CodeCanyon (premium script)
5sec Maintenance Mode
6 beautiful, funny templates to make your visitors less angry while you’re offline

MORE INFO / DEMO from CodeCanyon (premium script)
Free jQuery Countdown Scripts
jQuery Countdown
This is a jQuery plugin that sets a div or span to show a countdown to a given time. There are tons of options available and everything is supported by good examples and code snippets. 
jQuery Countdown with Background and Overlay
Really cool countdown script. There is a full package for download with script, images, css etc. 
littlewebthings CountDown
This is an Easy to use animated countdown JavaScript. It is jQuery compatible and easily skinable 
Demo:
jQuery Countdown plugin that doesn’t sucks!
Countdown timer jQuery Plugin
A simple jQuery Plugin that countdowns how long it is from a date. Very easy to use and a good download package with everything needed to get started. 
jQuery CountDown Plugin
This script allows you to create a rapidshare.com like countdown and to animate the CSS font-size of each second and present a reward at the end. 
How can I make a jQuery countdown
This is a really simple script, but it is a countdown script… 
The Countdown jQuery plugin (translated)
Easy to use countdown script. Unfortunately no demo or example. 
jQuery Countdown Clock (wordpress plugin)
Display and configure a jQuery countdown clock on your sidebar, allowing you to style the result via custom CSS styles. Generates a countdown widget using jQuery. No Flash required, just a JavaScript enabled webbrowser. More advanced users can even use CSS to customize the appearance of the timer.










{ 12 comments… read them below or add one }
This is a useful countdown jQuery. This is just what I needed. Thanks
like where to get it all?
the best countdown have ever seen, thanks and good luck.
Thanks for that simple countdown. It’s all I needed and everything I found until this was some way over complicated thing.
Only I had to take out the web page bit and make it just count
$(document).ready(function(){
var count = 10;
countdown = setInterval(function(){
$(‘#countdown’).html(” + count + ”);
if(count != 0){
count–;
}
}, 1000);
});
oops the page took out my header tags around “count”. It’s a simple h1 tag is all
Wow, great compilation of amazing countdowns thanks.
Thank you very much for this post, very useful countdown timers.
smart post, really thats very helpfull for me
i love this example bcoz i don’t know jquery
Does any one know how to reduce the sizes of these jquery countdown clock?
I am trying to fit it into my website.
The “jQuery Countdown plugin that doesn’t sucks!” actually sucks in IE7 as it clearly does not work.
Thank you very much for this post
{ 1 trackback }