:only-child Selector
Selects all elements that are the only child of their parent.
Selects all elements that are the only child of their parent.
Selects all elements that are the last child of their parent.
Selects elements that have the specified attribute, with any value.
Matches elements that match all of the specified attribute filters.
Selects elements that have the specified attribute with a value ending exactly with a given string. The comparison is case sensitive.
Selects all elements of type image.
Selects all elements that have no siblings with the same element name.
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Selects all elements of type reset.
Selects all elements with the given class.
Select all elements that contain the specified text.
Remove the set of matched elements from the DOM.
Remove the set of matched elements from the DOM.
Attach an event handler for all elements which match the current selector, now and in the future.
Insert every element in the set of matched elements to the end of the target.
Insert every element in the set of matched elements to the beginning of the target.
Load data from the server and place the returned HTML into the matched elements.
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
Insert every element in the set of matched elements before the target.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.