IE error with jquery counter plugin
- by Mankey
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).