You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that jQuery 3.0 has a [separate version](https://github.com/jquery/jquery-migrate/) of jQuery Migrate. The two versions cannot be used simultaneously on a page, so you should fix any upgrade issues identified by Migrate 1.x before attempting an upgrade.
@@ -26,7 +26,7 @@ All warnings generated by this plugin start with the string "JQMIGRATE". A list
26
26
This version provides console warning messages when deprecated and/or removed APIs are used. Use this version during development and debugging, and whenever you are reporting bugs to the jQuery team.
27
27
28
28
**Latest released development version:** This file is hosted on jQuery's CDN, and can be hotlinked if desired.
@@ -36,7 +36,7 @@ This version provides console warning messages when deprecated and/or removed AP
36
36
The minified production file is compressed and does not generate console warnings. Do not use this file for development or debugging, it will make your life miserable.
This file is hosted on jQuery's CDN, and can be hotlinked if desired.
41
41
42
42
**Current work-in-progress build:** Although this file represents the most recent updates to the plugin, it may not have been thoroughly tested. We do not recommend using this file on production sites since it may be unstable; use the released production version above.
0 commit comments