Open GoogleCodeExporter opened 9 years ago
To resolve this bug it's necessary to create an variable (var tempStartTime =
options.startTime) into createDigits function at the start and replace all item
"options.startTime[i]" with tempStartTime.charAt(i).
I attach the new script
Original comment by webandt...@gmail.com
on 23 Sep 2009 at 11:12
Attachments:
I find another bug. To correct it it's necessary to create also an variable (var
tempFormat = options.format) into createDigits function at the start and replace
"options.format[i]" with "tempFormat.charAt(i)"
I attach the new script
Original comment by a.cardin...@gmail.com
on 23 Sep 2009 at 12:30
Attachments:
[deleted comment]
This is my custom version: https://github.com/dalpo/jquery-countdown
It works with IE 7/8/9
bye
Original comment by dalp...@gmail.com
on 18 Oct 2011 at 4:18
Fabulous, thanks!
Original comment by valip...@geeks.ltd.uk
on 18 Oct 2011 at 4:24
Thanks for the aportation! I saw that you write a console.log at line 108,
remove it ;)
Original comment by avalero....@gmail.com
on 7 Nov 2011 at 3:56
IE 10 ok too! :)
Original comment by djmarcel...@gmail.com
on 5 Dec 2013 at 5:39
Original issue reported on code.google.com by
webandt...@gmail.com
on 23 Sep 2009 at 11:05