Chapter 2. Selecting Elements
The jQuery library harnesses the power of Cascading Style Sheets (CSS) selectors to let us quickly and easily access elements or groups of elements in the Document Object Model (DOM). In this chapter, we will explore a few of these selectors, as well as jQuery's own custom selectors . We'll also look at jQuery's DOM traversal methods that provide even greater flexibility for getting what we want.