The latest version of JavaScript library jQuery 3.1.1 has come up with an update like bug fixes and enhancements. Upgrading from jQuery 3.0 to higher version will not have any compatibility issues because no new features are added in this release.
The latest release of jQuery 3.1.1 includes fixes like a selector issue with disabled options and small issues related with whitespace. jQuery.noConfilct is seen even when jQuery is loaded with AMD. They have also fixed an issue with the map file that will help when using CDN copies while debugging.
Now you can find compatibility issues in your codes if you upgrade to jQueryMigrate3.0 plugin. If you have not upgraded to jQuery 3+, you can have a look at 3.0 Upgrade Guide for upgrade details.files from jQuery CDN are available in this below link
https://code.jquery.com/jquery-3.1.1.jsYou can also get this latest release from npm: npm install jquery@3.1.1The regular versions of jQuery come with a combination CSS and class manipulation for all your web animations .sometimes Ajax is not needed and you choose to use many of the standalone libraries that target on Ajax requests. The latest release has come up with “slim” version that eliminates ajax effects and modules.Now it comes with the total size of 6k gzipped byte which is much lighter compared to regular versions-23.6K vs 30k.
These files are also available in the npm package and on the CDN:
https://code.jquery.com/jquery-3.1.1.slim.js
https://code.jquery.com/jquery-3.1.1.slim.min.js
Leave a Reply
Your email address will not be published. Required fields are marked *