Category: Basic Filter

:animated Selector

Select all elements that are in the progress of an animation at the time the selector is run.

:eq() Selector

Select the element at index n within the matched set.

:gt() Selector

Select all elements at an index greater than index within the matched set.

:header Selector

Selects all elements that are headers, like h1, h2, h3 and so on.

:lt() Selector

Select all elements at an index less than index within the matched set.

:not() Selector

Selects all elements that do not match the given selector.

:odd Selector

Selects odd elements, zero-indexed. See also :even.

:root Selector

Selects the element that is the root of the document.

:target Selector

Selects the target element indicated by the fragment identifier of the document’s URI.

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquery.com/category/selectors/basic-filter-selectors