Object doesn't support this property or method
New to the forums here - would appreciate some help if y'all have a min.
Any ideas why we would be seeing a distinctly inconsistent error in the following code block? I've had several reports of IE8 throwing a "
Object doesn't support this property or method" error on line 3 below, though I've been unable to recreate the problem in some tests I've done in any IE mode (7,8,8c). (percent is reliably defined above)
- var link = "<a onclick='timerHow();'>How does our timer work?</a>";
- var newHTML = percent + "% Complete <br/><br/> " + link;
- $("#block-course_timer-0 .content").html(newHTML);