Home > Article > Web Front-end > What browsers are not supported by jquery?
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.
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.
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!