This doesn't indicate any error in my javascript code, but in the downloaded jquery.js file, that is a renamed minified jquery 1.3.2 file.
I am testing some js code, in IE8 that works 100% in firefox and google chrome, before rolling it to production server.
But the jquery library itself seems to have issues inside IE8.
I even tried downloading a new copy of 1.3.2 jquery, and using that instead of the minified version, and it still errors out.
Then I tried using a the cdn hosted on at code.jquery.com, and it still errored out before even getting to letting my code work or not work.
It appears to partially work in IE8, but other jquery on our dev server partially works, and keep's re-iterating, "Object doesn't support this property or method"
Is there a specific version of jquery that works best in IE8? At least so I can see if there is an issue with my code or not in IE8?
Or is there a list of jquery functions that don't work in IE8?
P.S. Also, I considered upgrading to IE9, to see if that had the same issue, but you can't download IE9, for WinXP, which sucks. I just like WinXP, and there's very little chance of upgrading. Before I had XP, I had Vista on my work pc, which really tanked.
Sorry for little vent, just trying to get this code working and error free...
Thank You.
from comment
<!--- Include jQuery --->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" charset="utf-8"></script>