Selects all elements that are the only child of their parent. If the parent has other child elements
Selects all elements that do not match the given selector. All selectors are accepted inside :not()
Selects elements that have the specified attribute with a value beginning exactly with a given string. This
Select all elements at an index less than index within the matched set. index-related
Selects all elements that are visible. Elements are considered visible if they consume space in
Selects all elements that have no siblings with the same element name. If the parent has other child
Selects a single element with the given id attribute. For id selectors, jQuery uses the JavaScript
Selects elements which contain at least one element that matches the specified selector. The expression
Select elements that either don't have the specified attribute, or do have the specified attribute but not with a certain value.
Selects the target element indicated by the fragment identifier of the document's URI. If the document's
Page 2 of 7