.scrollTop()
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.
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.
Selects all elements with the given class.
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.
Selects a single element with the given id attribute.
Display or hide the matched elements with a sliding motion.
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.
Hide the matched elements with a sliding motion.
Matches all elements that are checked or selected.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Lock a callback list in its current state.
Attach a handler to an event for the elements.
Display or hide the matched elements.
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.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
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.
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 all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.