.parents()
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Selects all elements that are the nth-child of their parent.
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 “mouseout” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Lock a callback list in its current state.
Display the matched elements.
Perform a custom animation of a set of CSS properties.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Encode a set of form elements as an array of names and values.
Encode a set of form elements as a string for submission.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Selects all elements that are hidden.
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
Reduce the set of matched elements to a subset specified by a range of indices.
Selects all elements of type checkbox.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Remove from the queue all items that have not yet been run.