.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.
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.
Determine whether any of the matched elements are assigned the given class.
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.
Bind an event handler to the “scroll” JavaScript event, or trigger that event on an 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.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Sorts an array or an array-like object of DOM elements, in place, with the duplicates removed. Note that this only works on arrays/array-likes of DOM elements, not strings or numbers.
Matches all elements that are checked or selected.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Load JSON-encoded data from the server using a GET HTTP request.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Hide the matched elements with a sliding motion.
Stop the currently-running animation on the matched elements.
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.
Store arbitrary data associated with the specified element and/or return the value that was set.