Mark
Mark

Reputation: 7818

ASP.Net MVC JQuery is undefined in IE8 but ok in Chrome

I have a web application which works perfectly in Chrome, but in IE8, I get undefined errors for my script files: ss1 The scripts are all loaded in the correct order (View -> Source): ss2 I'm not sure where to start diagnosing this - any ideas? (I thought IE8 was fairly modern).

Thank you,

Mark

Upvotes: 5

Views: 559

Answers (1)

JasCav
JasCav

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

Related Questions