This document provides an overview of jQuery, including:
- jQuery is a JavaScript library that simplifies JavaScript programming.
- jQuery can be downloaded or included from a CDN.
- jQuery uses CSS selector syntax to find DOM elements and actions can be performed on those elements.
- Common selectors include element, ID, and class selectors. Common actions include hide, click functions, and traversing methods like parent and siblings.
- jQuery has methods for binding event handlers like click, live, delegate and on that are useful for dynamically generated elements.