IE error with jquery counter plugin
Posted
by
Mankey
on Stack Overflow
See other posts from Stack Overflow
or by Mankey
Published on 2010-12-22T14:40:48Z
Indexed on
2010/12/22
14:54 UTC
Read the original article
Hit count: 266
I've implemented a jquery counter script (count up from say 50 to 100 with different increments) that I found from this question: jQuery counter to count up to a target number
The scripts works great except for in Internet Explorer 8 (and possibly other IE versions?).
Here's an error message from IE with the URL to the creator of the script's demo.
Message: 'undefined' is null or not an object
Line: 32
Char: 17
Code: 0
URI: http://www.ulmanen.fi/stuff/counter.php
I'm just wondering if anyone know how this can be fixed. I'm guessing it has to do with el.html() not finding any data but I can't really figure this out.
Thanks for any help ^^
I would reply to that post if I could but I can't seem to find any way of doing so (I'm new to stackoverflow, I think I lack privileges).
© Stack Overflow or respective owner