jquery-countdown
jquery-countdown copied to clipboard
A javascript countdown timer - PLEASE SEE FAQ IN WIKI BEFORE OPENING AN ISSUE!
I am trying to use you code: `jQuery(document).ready(function($) { $('#counter').countdown({ image: 'wp-content/themes/sometheme/img/digits.png', startTime: '185:6:22:59' });` This code is in a separate file from `jquery.countdown.js` They both load in the page...
I added digits.png file in smaller size 22px x 32px - can be helpfull.
Sorry if I'm totally wrong but I compared min and not min and they seem to be totally different versions... Like there is no pause and start in min version.
I'm trying to force the countdown to be destroyed in the beginning of the ajax load in the document.ready and start a new one, but no success. Can you help...
Hi, I read the code and didn't see anything about a callback method to make any action when timer is over. I think it should be great to had it...
Time formating is not working if startTime is taken from date object. This will not format to "dd:hh:mm", it will stay "dd:hh:mm:ss" ``` var _date = new Date(); _date.setMonth(10); _date.setDate(20);...
I'm on a tight deadline involving this excellent counter script. After spending a lot of time creating my own sprite digits image (6 images for each digit) I've noticed that...
Then the digit is at 9 position he jumps at one pixel to the top.
In the demo's I see that there are no transitions for the digits, whereas the digits.png do provide the transitions