When I access this site from Internet Explorer 11 I got these three errors. If I use other browser everything is going ok, what can be the problem?
1 Answers
According the screenshot and the description, it seems that you are using the Dotdotdot plugin and jcarousel plugin.
First, try to use F12 developer tools to check whether the related plugin reference is load success. If not, please check the JQuery reference path.
Second, from the dotdotdot plugin document, we can find that:
The dotdotdot javascript plugin targets modern browsers that support ES5, meaning Internet Explorer 10 and earlier are not supported. For Internet Explorer 11, you''ll need some polyfills. If you need support for Internet Explorer 9 or 10, use the legacy (jQuery) version: version 3.2.3.
And, I have checked the Jcarousel plugin sample, they all work well with IE 11 browser. But from the Jcarousel forum, I found that the issue might be related to the JQuery version.
So, you could also try to change the JQuery version to 3.0.0 version, See all versions of jQuery from here.
For the IsMobile is Undefined error, whether you are using some jquery plugin? Check your code where you defined this article.
If the suggestions above don't work, can you post the Enough code to reproduce the problem as in Minimal, Complete, and Verifiable example.

- 18,845
- 1
- 19
- 30