.finish()
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Select all elements that have at least one child node (either an element or text).
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Get the children of each element in the set of matched elements, including text and comment nodes.
Bind an event handler to the “focusin” event.
Show or manipulate the queue of functions to be executed on the matched elements.
Specify a function to execute when the DOM is fully loaded.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
Bind an event handler to the “mouseup” JavaScript 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.
Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
Selects odd elements, zero-indexed. See also :even.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Select all elements that are in the progress of an animation at the time the selector is run.
Selects all input, textarea, select and button elements.
Display the matched elements with a sliding motion.