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

jQuery Migrate 1.1.0 Released Notes_jquery

WBOY
WBOYOriginal
2016-05-16 16:44:461372browse

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 $("

Statement:
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