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
The plugin can be included with versions of jQuery as old as 1.6.4 as a migration tool to identify potential upgrade issues. However, the plugin is only required for version 1.9 or higher to restore deprecated and removed functionality.
@@ -39,7 +39,7 @@ All warnings generated by this plugin start with the string "JQMIGRATE". A list
39
39
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.
40
40
41
41
**Latest released development version:** This file is hosted on jQuery's CDN, and can be hotlinked if desired.
@@ -49,7 +49,7 @@ This version provides console warning messages when deprecated and/or removed AP
49
49
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.
54
54
55
55
**Current work-in-progress build:** Although this file represents the most recent updates to the plugin, it may not have been thorougly 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