Download jQuery 3.0

Spread the love

To simplify client-side scripting in HTML, you can use jQuery. This is an open source JavaScript library, whose syntax makes it easier to navigate through documents, select DOM elements, assemble animations, handle events, and of course develop Ajax applications. In addition, the functionality can be extended by using plugins. For more information, please refer to this page. The developers have released version 3.0 with the following announcement:

jQuery 3.0 Final Released!

jQuery 3.0 is now released! This version has been in the works since October 2014. We set out to create a smarter, faster version of jQuery (with backwards compatibility in mind). We’ve removed all of the old IE workarounds and taken advantage of some of the more modern web APIs where it made sense. It is a continuation of the 2.x branch, but with a few breaking changes that we felt were long overdue. While the 1.12 and 2.2 branches will continue to receive critical support patches for a time, they will not get any new features or major revisions. jQuery 3.0 is the future of jQuery. If you need IE6-8 support, you can continue to use the latest 1.12 release.

Despite the 3.0 version number, we anticipate that these releases shouldn’t be too much trouble when it comes to upgrading existing code. Yes, there are a few “breaking changes” that justified the major version bump, but we’re hopeful the breakage doesn’t actually affect that many people.

To assist with upgrading, we have a brand new 3.0 Upgrade Guide. And the jQuery Migrate 3.0 plugin will help you to identify compatibility issues in your code. Your feedback on the changes will help us greatly, so please try it out on your existing code and plugins!

Version number 3.0
Release status Final
Website jQuery
Download
License type GPL
You might also like