.dequeue()
Execute the next function on the queue for the matched elements.
Execute the next function on the queue for the matched elements.
Set a timer to delay execution of subsequent items in the queue.
Reduce the set of matched elements to the even ones in the set, numbered from zero.
Reduce the set of matched elements to the final one in the set.
Selects all elements that are the nth child of their parent in relation to siblings with the same element name.
Remove the set of matched elements from the DOM.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Remove all child nodes of the set of matched elements from the DOM.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Select all elements that have no children (including text nodes).
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Selects the element that is the root of the document.
Select all elements at an index less than index within the matched set.
Selects all elements with the given tag name.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Select all elements that have at least one child node (either an element or text).
Bind an event handler to the “focusin” event.
Bind an event handler to the “focusout” JavaScript event.
Selects all elements of type radio.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.