.innerHeight()
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
Get the current vertical position of the scroll bar for the first element in the set of matched elements or set the vertical position of the scroll bar for every matched element.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Get the current horizontal position of the scroll bar for the first element in the set of matched elements or set the horizontal position of the scroll bar for every matched element.
Display or hide the matched elements with a sliding motion.
Selects a single element with the given id attribute.
Lock a callback list in its current state.
Matches all elements that are checked or selected.
Hide the matched elements with a sliding motion.
Selects all elements with the given class.
Display or hide the matched elements.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Attach a handler to an event for the elements.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Stop the currently-running animation on the matched elements.
Store arbitrary data associated with the specified element and/or return the value that was set.
Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
An optional object of data passed to an event method when the current executing handler is bound.