Basic Filter
From jQuery
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.
:even Selector
Selects even elements, zero-indexed. See also odd.
:first Selector
Selects the first matched element.
:focus Selector
Selects element if it is currently focused.
: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.
:lang Selector
Selects all elements of the specified language.
:last Selector
Selects the last matched element.
: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.