Introduction
JQuery is a Java script libarary/ Java Script
framework that simplifies the interaction process or access process of
traversing in HTML document. It provides methods to make animations,
add ajax interaction to the page, provides an easy way to apply CSS to
any items and provides an easy mechanism for binding and unbinding
events. Huge code written using Java script can easily replaced by few
lines of code in JQuery.
History of JQuery
Initially
it's was released in January 2006 but the very first stable version of
JQuery 1.0 was released in August 2006. This version had support for
CSS, events and Ajax. After that many version of JQuery were released
but the latest version is JQuery 1.3.2. You can download this from
JQuery website.
