Does jQuery work on IE?

Does jQuery work on IE?

2 Answers. When Internet Explorer runs in compatibility view, it emulates older versions such as IE8 which is incompatible with the latest version of jQuery (only the 1. x versions of jQuery are compatible with older versions of IE). When you hit F12 in Internet Explorer, it should bring up the Developer Tools.

Is jQuery cross browser compatible?

Cross-browser compatibility — jQuery supports older browsers which do not do well with modern tools, frameworks or libraries. jQuery-powered applications work well on all browsers.

Which jQuery version should I use?

The jQuery 1. x line had major changes as of jQuery 1.9. 0. We strongly recommend that you also use the jQuery Migrate plugin if you are upgrading from pre-1.9 versions of jQuery or need to use plugins that haven’t yet been updated.

Why is jQuery not working with IE 11?

The problem was caused because the page was an intranet site, & IE had compatibility mode set to default for this. IE11 does support addEventListener () As Arnaud suggested in a comment to the original post, you should put this in your html header: I don’t want any cred for this.

What is the jQuery code in Internet Explorer?

As you can see, the JQuery code is minimal and as the picture above shows, is a simple text box with an associated JQuery DatePicker. I am using a local development machine that did not report an error and a development server that did.

Why is the Error Object expected raised in IE?

The error Object expected is raised because Jquery is not loaded. This happens because of browser security (usually IE) which does not allow you executing external javascript source code. You can correct this problem by:

Are there any older browsers that support jQuery?

See the Mozilla site for more information. If you need to support older browsers like Internet Explorer 6-8, Opera 12.1x or Safari 5.1+, use jQuery 1.12. While jQuery might run without major issues in older browser versions, we do not actively test jQuery in them and generally do not fix bugs that may appear in them.