This document provides descriptions and examples of various jQuery selectors. It covers attribute selectors that select elements based on attributes or attribute values. It also covers pseudo-class selectors that select elements based on conditions like visibility, position in the DOM, or whether they are checked/selected. Selectors are provided to select elements by index, child relationships, or by properties like being even/odd, first/last, greater/less than an index. Negation and has selectors are also described. Links are provided for further documentation on jQuery selectors.