:nth-of-type() Selector
Selects all elements that are the nth child of their parent in relation to siblings with the same element name.
Selects all elements that are the nth child of their parent in relation to siblings with the same element name.
Selects the target element indicated by the fragment identifier of the document’s URI.
Select all elements that have no children (including text nodes).
Selects all elements with the given tag name.
Remove all child nodes of the set of matched elements from the DOM.
Selects element if it is currently focused.
Add a collection of DOM elements onto the jQuery stack.
Reduce the set of matched elements to the even ones in the set, numbered from zero.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Retrieve the DOM elements matched by the jQuery object.
Remove an attribute from each element in the set of matched elements.
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
Selects elements which contain at least one element that matches the specified selector.
Reduce the set of matched elements to the first in the set.
Selects the first matched DOM element.
The DOM element that initiated the event.
Selects all elements that are the only child of their parent.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
Select all elements that have at least one child node (either an element or text).
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector, in the reverse document order.