Open GoogleCodeExporter opened 8 years ago
Same here, doesn't seem to work on Chrome anymore, but it used to.
Original comment by tjhard...@gmail.com
on 13 Nov 2012 at 8:16
Same here but I was using the dev build of Chrome not the production version.
It still works with the current production version of Chrome and jQuery 1.7.1.
It doesn't work with the production version of Chrome and the latest version of
jQuery.
Original comment by grahamcr...@gmail.com
on 4 Dec 2012 at 10:37
There seems to be a new version at github:
https://github.com/Reflejo/jquery-countdown
Original comment by stefan.m...@gmail.com
on 8 Jan 2013 at 12:42
I fix it!
Use this function:
var margin = function(elem, val) {
if (val !== undefined){
digits[elem].margin = val;
return digits[elem].css({'marginTop': val + 'px'});
}
return digits[elem].margin;
};
Original comment by bw.lebe...@gmail.com
on 25 Nov 2013 at 12:32
Original issue reported on code.google.com by
Michiel....@gmail.com
on 29 Oct 2012 at 1:30