Migrate Older jQuery Code To jQuery 1.9+ - jQuery Migrate
File Size: | 61.6KB |
---|---|
Views Total: | 2658 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

jQuery Migrate is an official jQuery plugin that helps you migrate older jQuery code to jQuery 1.9+. This plugin can be used to detect and restore APIs or features that have been deprecated in jQuery and removed as of version 1.9.
How to use it:
Include jQuery library and jQuery Migrate plugin on the page
<script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script src="http://code.jquery.com/jquery-migrate-1.1.1.js"></script>
Change Log:
v1.2.1 (2013-05-09)
- Fix the XSS fix
This awesome jQuery plugin is developed by jQuery.com. For more Advanced Usages, please check the demo page or visit the official website.