*** Welcome to piglix ***

JQuery

jQuery
JQuery logo.svg
Original author(s) John Resig
Developer(s) jQuery Team
Initial release August 26, 2006; 10 years ago (2006-08-26)
Stable release
1.12.4 (May 20, 2016; 8 months ago (2016-05-20))
2.2.4 (May 20, 2016; 8 months ago (2016-05-20))
3.1.1 (September 22, 2016; 4 months ago (2016-09-22))
Repository github.com/jquery/jquery
Development status Active
Written in JavaScript
Platform See Browser support
Size
ver gzip prod dev
1.x 31kb 90.9kb 266kb
2.x 27.7kb 81.6kb 236kb
3.x 29.9kb 86.3kb 263kb
(KB)
Type JavaScript library
License MIT
Website jquery.com

jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. jQuery is the most popular JavaScript library in use today, with installation on 65% of the top 10 million highest-trafficked sites on the Web. jQuery is free, open-source software licensed under the MIT License.

jQuery's syntax is designed 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. This enables developers to create abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets. The modular approach to the jQuery library allows the creation of powerful dynamic web pages and Web applications.

The set of jQuery core features—DOM element selections, traversal and manipulation—enabled by its selector engine (named "Sizzle" from v1.3), created a new "programming style", fusing algorithms and DOM data structures. This style influenced the architecture of other JavaScript frameworks like YUI v3 and Dojo, later stimulating the creation of the standard Selectors API.

Microsoft and Nokia bundle jQuery on their platforms. Microsoft includes it with Visual Studio for use within Microsoft's ASP.NET AJAX and ASP.NET MVC frameworks while Nokia has integrated it into the Web Run-Time widget development platform. jQuery has also been used in since version 1.16.


...
Wikipedia

...