.end()
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
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.
Reduce the set of matched elements to the one at the specified index.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
Remove the set of matched elements from the DOM.
An optional object of data passed to an event method when the current executing handler is bound.
Selects the combined results of all the specified selectors.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Select the element at index n within the matched set.
Set a timer to delay execution of subsequent items in the queue.
Selects all elements that are the last among siblings of the same element name.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Selects all elements that have no siblings with the same element name.
Selects all elements that are the last child of their parent.