Selects elements that have the specified attribute with a value containing a given word, delimited by spaces. This
Selects all elements that are visible. Elements are considered visible if they consume space in
Selects all elements that do not match the given selector. All selectors are accepted inside :not()
Selects a single element with the given id attribute. For id selectors, jQuery uses the JavaScript
Selects all next elements matching "next" that are immediately preceded by a sibling "prev". One
Selects all elements that are selected. The :selected selector works for <option>
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Matches elements that match all of the specified attribute filters.
Select the element at index n within the matched set. The index-related selectors (:eq()
Selects elements that have the specified attribute, with any value.
Page 2 of 7