jQuery - SPLessons
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

jQuery Overview

jQuery Overview

shape Description

John Resig in 2006 created jQuery which is tiny and light weighted JavaScript library stating its use in a statement known as Write less, do more. jQuery simplifies various standard JavaScript actions by writing less code in HTML document page. jQuery has a lot of standard features.

Core Features of jQuery

shape Features

Lightweight Library Files

Lightweight library means "write less code and do more", with this object of jQuery more feature using jQuery library can be improved.

HTML/DOM Manipulation

HTML elements of the document can be selected in different ways and is easy access to the elements to be enhanced.

CSS Manipulation

HTML elements can be applied style dynamically by manipulating their CSS properties or class names.

Event Handling

jQuery supports to in-built events. Own event methods can be created to work on HTML elements and elements respond to different types events like click, mouse-over, mouse-out, change.

Effects and Animations

The jQuery supports to built-in animation effects by which animation can be applied on the HTML DOM elements like fadding, sliding etc.

Ajax

jQuery helps to develop lot of features in Ajax technology and enable Ajax in web based applications to fetch the data from server without reloading a page.

Utilities

jQuery third party plugins having all kinds of smart widgets are used.

Uses of jQuery

shape Uses

  • jQuery is useful in HTML document like Event Handling i.e., clicking on links, mouse up, mouse down, Animating Effect, Traversing, Ajax Interacting and much more.
  • jQuery makes the work of developers very simple in creating a simple web based applications and concise code.
  • jQuery is also compatible with Asynchronous JavaScript and XML(AJAX) operations with an ease to use API.

Challenges with jQuery

When larger web applications are developed with jQuery, some challenges may occur. jQuery provides number of features when working with the DOM in the HTML page. But it won't allow many tools to structure the code as web app grows.

Summary

shape Key Points

jQuery Overview chapter draws out the following main points.
  • John resig developed jQuery in 2006.
  • jQuery supports cross browsing.