Pages


“The secret of getting ahead is getting started.”



~ Mark Twain

jquery

jquery


1.jQuery is a multi-browser JavaScript library designed to simplify the client-side scripting of HTML. It was released in January 2006 at BarCamp NYC by John Resig. It is currently developed by a team of developers led by Dave Methvin. Used by over 65% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today.

2.jQuery is free, open source software, licensed under the MIT License.

MIT License - The MIT License is a free software license originating at the Massachusetts Institute of Technology (MIT). It is a permissive free software license, meaning that it permits reuse within proprietary software provided all copies of the licensed software include a copy of the MIT License terms. Such proprietary software retains its proprietary nature even though it incorporates software under the MIT License. The license is also GPL-compatible, meaning that the GPL permits combination and redistribution with software that uses the MIT License.

MIT License Terms -
-> Copyright (C) <year> <copyright holders>

->Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

->The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

->THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

3.jQuery's syntax is designed to make it easier to navigate a document, select DOM elements, create animations, handle events, and develop Ajax applications.

4.Features of jquery
   -jQuery includes the following features:
   -DOM element selections using the multi-browser open source selector engine Sizzle, a spin-off of the jQuery project[12]
   -DOM traversal and modification (including support for CSS 1–3)
   -DOM manipulation based on CSS selectors that uses node elements name and node elements attributes (id and class) as criteria to build selectors
   -Events
   -Effects and animations
   -AJAX
   -Extensibility through plug-ins
   -Utilities - such as user agent information, feature detection
   -Compatibility methods that are natively available in modern browsers but need fall backs for older ones - For example the inArray() and each() functions.
   -Multi-browser (not to be confused with cross-browser) support


1 comment:

HTML Comment Box is loading comments...