Nelsonsanu / jquery-countdown

Automatically exported from code.google.com/p/jquery-countdown
0 stars 0 forks source link

Problem with IE #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Internet explorer make an error

Original issue reported on code.google.com by webandt...@gmail.com on 23 Sep 2009 at 11:05

GoogleCodeExporter commented 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:

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fabulous, thanks!

Original comment by valip...@geeks.ltd.uk on 18 Oct 2011 at 4:24

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
IE 10 ok too! :)

Original comment by djmarcel...@gmail.com on 5 Dec 2013 at 5:39