Problem with JQuery 2.0.0 and IE10
Whenever I put the reference to JQuery 2.0.0 in my HTML I'm getting this error in my IE10:
For the minified version:
Line: 4
Error: 'JSON' is undefined
For the full JQuery:
Line: 349
Error: 'JSON' is undefined
All I have is just a script tag pointing to JQuery 2.0.0. I've even tried pointing to the Google Hosted library and get the same exact error. If I point to the 1.9.1 library instead, I get no error at all. When I load the page in Google Chrome everything is fine as well.
There isn't any code yet to my scripts or HTML other than just a $(document).ready() with an alert box to let me know the code is loading properly. That's literally it.