.even()
Reduce the set of matched elements to the even ones in the set, numbered from zero.
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.
Execute the next function on the queue for the matched elements.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Selects the element that is the root of the document.
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.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Select all elements that have no children (including text nodes).
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 “mousedown” JavaScript event, or trigger that event on an element.
Selects all next elements matching “next” that are immediately preceded by a sibling “prev”.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
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.
Selects element if it is currently focused.