I'm using the Jquery decimal mask plugin from Stefano Stypulkowski. It works fine in my project in Chrome and Firefox but it doesn't work in IE8.
I'm getting the error: Object doesn't support this property or method decimalmask.js, line 17 character 9.
I have the following scripts included:
<script src="/Scripts/jquery-1.4.4.min.js" type="text/javascript"></script>
<script src="/Scripts/jquery.caret.1.02.min.js" type="text/javascript"></script>
<script src="/Scripts/decimalmask.js" type="text/javascript"></script>
How on earth do I go about finding out what is the problem when this works fine in FF and Chrome? Its not my code and neither am in a position to start debugging plugin code. Can anyone offer any advice how to resolve this problem? I don't really want to have my project not work in IE but in other browsers. This kind of thing drives me crazy!