jquery-countdown icon indicating copy to clipboard operation
jquery-countdown copied to clipboard

A javascript countdown timer - PLEASE SEE FAQ IN WIKI BEFORE OPENING AN ISSUE!

Results 21 jquery-countdown issues
Sort by recently updated
recently updated
newest added

Is there a way to use a regular font in place of an digit image?

Hello! This is a very nice script! Thank you for sharing!! I'm hoping you can help me auto renew my startTime after countdown completion. I'd like to add 7 days...

Hi, How can i show just days, or Days and Hours instead of all Days:Hours:minutes:seconds ? Thanks

Hi, thanks por new updates... this plugin is great... well... I've been trying to do a stop method based on pause method... the idea is stop the countdown, clear the...

How do you successfully implement zero pad? I have a 3-digit-long day countdown (ddd:hh:mm:ss) but when i experiment and use a shorter destination (dd:hh:mm:ss) I want to see a 0...

Hello, I'm getting a weird error, if I enter the date like this, var _date = new Date(); _date.setMonth(9); _date.setDate(20); _date.setHours(02); _date.setMinutes(00); _date.setSeconds(00); $('#counter').countdown({ startTime: _date, image: "img/digits.png" }); The...

Hi, First I'd like to say GREAT PLUGIN, THANKS. There is a thing that I discovered just today: it's March 31. 2012. The end date of the project I'm using...

I've just implemented this plugin and it works great on all browsers. The only problem im having is when I try to view my countdown on an iPhone or an...

Pls change $.extend to jQuery.extend to be able to use jQuery in addition to other libs like prototype

load index.html , try to zoom in and out in IE 9 (press ctrl and scroll up or down) or the latest chrome. the digits disappear. you can not replicate...