JQuery Migrate 1.1.0 Released notes

  • 2020-03-30 03:21:30
  • OfStack

When a developer needs to use a new version of jQuery in their code, the plug-in can be used in version 1.9 or 2.0 to detect which features have been deactivated or removed, and can be restored if necessary. See project README for more information

JQuery Migrate 1.1 has several improvements over previous versions, including:

Released last month, we can notice the jQuery 1.9 and 2.0, the official team is also introduced at the same time the jQuery Migrate the Plugin version 1.0.0, this Plugin is tie-in use with jQuery 1.9 or 2.0, detect jQuey has been removed or is the feature will be removed, let you previously developed jQuey function can continue to use, but it seems that many users don't know this Plugin useful, simply upgrade to 1.9 or 2.0, The migrate plugin has not been loaded, causing officials to receive a number of feed backs about old features that are not usable. Half a month later jQuery officially received a lot of migrate plugin issues. This time the same can be loaded through jQuuery CDN. The program code is as follows.


<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.1.0.js"></script>

Condensed version


<script src="http://code.jquery.com/jquery-1.9.0.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.1.0.min.js"></script>


Related articles: