Home > Web Front-end > JS Tutorial > body text

What browsers are not supported by jquery?

藏色散人
Release: 2022-12-30 11:13:22
Original
1908 people have browsed it

The browsers that jquery does not support include IE6, IE7, and IE8. These lower versions of IE browsers have no longer been processed for compatibility in the new version of jQuery; if the project needs to be compatible with lower versions of IE, you need to use jQuery1.x version.

What browsers are not supported by jquery?

The operating environment of this article: windows7 system, jquery1.2.6 version, Dell G3 computer.

What browsers are not supported by jquery?

The new version of jQuery no longer handles compatibility with lower versions of IE (IE6, IE7, and IE8).

If the project needs to be compatible with lower versions of IE, jQuery1.x version needs to be used. Starting from 2.x, it is no longer compatible with IE6, 7, and 8.

The following is the notice from the jQuery official website:

jQuery 2.x has the same API as jQuery 1.x, but does not support Internet Explorer 6, 7, or 8. All the notes in the jQuery 1.9 Upgrade Guide apply here as well. Since IE 8 is still relatively common, we recommend using the 1.x version unless you are certain no IE 6/7/8 users are visiting the site. Please read the 2.0 release notes carefully.
Copy after login

Recommended: "jquery Video Tutorial"

The translation is as follows:

jQuery 2 The API usage of .x and jQuery are the same, but IE6, 7, and 8 are no longer supported.

All upgrade wizard information in version 1.9 is also applicable to 2.x

Since IE8 still has many users, it is recommended to use version 1.x unless you are sure that you are not using IE6, 7, or 8 User visits the website.

Please read the 2.0 release information carefully.

The above is the detailed content of What browsers are not supported by jquery?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!