Selects all elements.
Select all elements that are in the progress of an animation at the time the selector is run.
Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).
Selects elements that have the specified attribute with a value containing the a given substring.
Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.
Selects elements that have the specified attribute with a value ending exactly with a given string.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Select elements that either don't have the specified attribute, or do have the specified attribute but not with a certain value.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Selects all button elements and elements of type button.
Selects all elements of type checkbox.
Matches all elements that are checked.
Selects all direct child elements specified by "child" of elements specified by "parent".
Selects all elements with the given class.
Select all elements that contain the specified text.
Selects all elements that are descendants of a given ancestor.
Selects all elements that are disabled.
Selects all elements with the given tag name.
Select all elements that have no children (including text nodes).
Selects all elements that are enabled.
Select the element at index n
within the matched set.
Selects even elements, zero-indexed. See also odd.
Selects all elements of type file.
Selects all elements that are the first child of their parent.
Selects the first matched element.
Select all elements at an index greater than index
within the matched set.
Selects elements that have the specified attribute, with any value.
Selects elements which contain at least one element that matches the specified selector.
Selects all elements that are headers, like h1, h2, h3 and so on.
Selects all elements that are hidden.
Selects a single element with the given id attribute.
Selects all elements of type image.
Selects all input, textarea, select and button elements.
Selects all elements that are the last child of their parent.
Selects the last matched element.
Select all elements at an index less than index
within the matched set.
Matches elements that match all of the specified attribute filters.
Selects the combined results of all the specified selectors.
Selects all next elements matching "next" that are immediately preceded by a sibling "prev".
Selects all sibling elements that follow after the "prev" element, have the same parent, and match the filtering "siblings" selector.
Selects all elements that do not match the given selector.
Selects all elements that are the nth-child of their parent.
Selects odd elements, zero-indexed. See also even.
Selects all elements that are the only child of their parent.
Select all elements that are the parent of another element, including text nodes.
Selects all elements of type password.
Selects all elements of type radio.
Selects all elements of type reset.
Selects all elements that are selected.
Selects all elements of type submit.
Selects all elements of type text.
Selects all elements that are visible.