.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 the “mousemove” event, or trigger that event on an element.
Selects all elements that have no siblings with the same element name.
Bind an event handler to the “keypress” event, or trigger that event on an element.
Selects all elements that are the last among siblings of the same element name.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Bind an event handler to the “keydown” event, or trigger that event on an element.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
Bind an event handler to the “keyup” event, or trigger that event on an element.
Selects all elements that are the last child of their parent.
The number of elements in the jQuery object.
Execute the next function on the queue for the matched elements.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Set a timer to delay execution of subsequent items in the queue.
Selects all elements of the specified language.
Selects all elements of type file.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.