I ran into some problems with IE7 / IE8 and jQuery. My code works in IE 10, FF, Chrome, Safari, Mobile Safari, Mobile Chrome.
Now, to debug, I deleted my own JS file. So here is the code:
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
There is no link to JS on this page. I have removed all other JS links, and JS is not running on the page itself. When the page loads in IE8, I get this error:
Line: 4 Error: Object doesn't support this property or method

The debugger shows above. I donโt know where the problem is. Any help is appreciated.
PS - This is my first โseriousโ website development job, and now I see why IE is so hated by the developer community.
source share