27 Jquery
Category : languages-frameworks
Ring : Deprecated

What is it ?
jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation and event handling, CSS animation, and Ajax. It is free, open-source software using the permissive MIT License. As of May 2019, jQuery is used by 73% of the 10 million most popular websites.[5] Web analysis indicates that it is the most widely deployed JavaScript library by a large margin, having at least 3 to 4 times more usage than any other JavaScript library.
jQuery’s syntax has a design to make it easier to navigate a document, select DOM elements, create animations, handle events, and develop Ajax applications. jQuery also provides capabilities for developers to create plug-ins on top of the JavaScript library.