Reputation: 7818
I have a web application which works perfectly in Chrome, but in IE8, I get undefined errors for my script files:
The scripts are all loaded in the correct order (View -> Source):
I'm not sure where to start diagnosing this - any ideas? (I thought IE8 was fairly modern).
Thank you,
Mark
Upvotes: 5
Views: 559
Reputation: 34652
To provide an answer (since this was still unanswered), from the jQuery 2.0 documentation:
As promised, this version leaves behind the older Internet Explorer 6, 7, and 8 browsers.
If you wish to use jQuery in IE8 or less, you'll have to use jQuery 1.9.
Upvotes: 3