This document provides an introduction to jQuery, a popular JavaScript library. It discusses JavaScript and its uses and pros/cons. It describes several JavaScript libraries that preceded jQuery. jQuery was released in 2006, is open source and used on over 39% of top websites. It has an easy to use syntax for selecting elements, handling events, chaining actions, and manipulating the DOM. The document lists many features jQuery provides like selectors, attributes, traversing, manipulation, CSS, effects, Ajax and utilities. In conclusion, jQuery allows for fast development, is a standardized library, avoids errors, has many examples, is easy to understand, and is widely used.