.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.
Stop the currently-running animation on the matched elements.
Display the matched elements with a sliding motion.
Hide the matched elements with a sliding motion.
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.
Display or hide the matched elements with a sliding motion.
An object containing all CSS properties that may be used without a unit. The .css() method uses this object to see if it may append px to unitless values.
Call the progressCallbacks on a Deferred object with the given context and args.
Add handlers to be called when the Deferred object is either resolved or rejected.
Modify and filter HTML strings passed through jQuery manipulation methods.
This page documents data types appearing in jQuery function signatures, whether defined by JavaScript itself or further restricted by jQuery. Unless explicitly stated otherwise, jQuery functions require primitive values where applicable, and do not accept their Object-wrapped forms. If you want to study these concepts in depth, take a look at MDN. You should be … Continue reading
Reject a Deferred object and call any failCallbacks with the given args.
Call the progressCallbacks on a Deferred object with the given args.
Reject a Deferred object and call any failCallbacks with the given context and args.
Remove event handlers previously attached using .live() from the elements.
Resolve a Deferred object and call any doneCallbacks with the given context and args.
Resolve a Deferred object and call any doneCallbacks with the given args.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Reduce the set of matched elements to the one at the specified index.
Bind an event handler to the “mouseover” event, or trigger that event on an element.