Difference between revisions of "JQuery"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) |
||
Line 32: | Line 32: | ||
== See also == | == See also == | ||
− | |||
* [[Library (computing)]] | * [[Library (computing)]] | ||
Line 43: | Line 42: | ||
* [https://en.wikipedia.org/wiki/JQuery jQuery] @ Wikipedia | * [https://en.wikipedia.org/wiki/JQuery jQuery] @ Wikipedia | ||
− | [[Category: | + | [[Category:JavaScript]] |
+ | [[Category:jQuery]] | ||
+ | [[Category:Web design]] | ||
[[Category:Web design and development]] | [[Category:Web design and development]] |
Revision as of 09:45, 21 April 2016
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
(TO DO: change page title to jQuery.)
Description
jQuery is the most popular JavaScript library in use today.
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.
The jQuery library allows the creation of web applications.
jQuery 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, theme-able widgets.
Core DOM features
- DOM element selections
- DOM traversal
- DOM manipulation
jQuery influenced the architecture of other JavaScript frameworks like YUI v3 and Dojo, later stimulating the creation of the standard Selectors API.
Industry use and support
- Microsoft includes it with Visual Studio for use within Microsoft's ASP.NET AJAX framework and ASP.NET MVC Framework
- Nokia has integrated it into the Web Run-Time widget development platform.
- jQuery has been used in MediaWiki since version 1.16.
See also
External links
- Official home page
- jQuery @ Wikipedia