jfgroup / jquery-countdown

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

Problem parsing the startTime string #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've ran into some trouble in initialising the counter. To be more precise, the 
problem was in parsing the startTime string. Using an expression similar to 
parseInt(options.startTime[i])) didn't work for me in IE 7 and 8. So I've 
replaced every occurence of startTime[i] with startTime.charAt(i) in the script.
Just thought to post this workaround in case anyone else ran into the same 
issue.

Original issue reported on code.google.com by catalin....@gmail.com on 27 Mar 2012 at 11:29