:target Selector
Selects the target element indicated by the fragment identifier of the document’s URI.
Selects the target element indicated by the fragment identifier of the document’s URI.
Selects odd elements, zero-indexed. See also :even.
Selects all elements that are the nth child of their parent in relation to siblings with the same element name.
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
Selects all elements that are the first among siblings of the same element name.
Selects the first matched DOM element.
Selects all elements that are the first child of their parent.
Select all elements that have at least one child node (either an element or text).
Escapes any character that has a special meaning in a CSS selector.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Selects the last matched element.
This page documents data types appearing in jQuery function signatures, whether defined by JavaScript itself or further restricted by jQuery. Unless explicitly stated otherwise, jQuery functions require primitive values where applicable, and do not accept their Object-wrapped forms. If you want to study these concepts in depth, take a look at MDN. You should be … Continue reading
Selects all elements.
Selects all elements that are headers, like h1, h2, h3 and so on.
Selects all elements that are the last among siblings of the same element name.
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 (-).
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
Selects the element that is the root of the document.
Select all elements that have no children (including text nodes).
Selects all elements with the given tag name.