Home > Web Front-end > JS Tutorial > jQuery Migrate 1.1.0 Released Notes_jquery

jQuery Migrate 1.1.0 Released Notes_jquery

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-05-16 16:44:46
Original
1378 people have browsed it

When developers need to use a new version of jQuery in their code, this plugin can be used in version 1.9 or 2.0 to detect which features have been deprecated or removed and can restore these features if necessary. For more information see the project README

jQuery Migrate 1.1 has made some improvements based on previous versions, including:


•Support console.trace() to track warning information, making it easier to diagnose errors.
•For invalid JSON, a warning message will be returned.
• Prompt "Logging is active" message to indicate that the plug-in is running.
•For security reasons, jQuery 1.9 limits string processing, and you can restore this functionality through the new Migrate plug-in. However, it is still recommended to use $.parseHTML() to process HTML.
•An error warning will be displayed for $("

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