.offset()
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Adjust the opacity of the matched elements.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Display the matched elements by fading them to opaque.
Show or manipulate the queue of functions to be executed on the matched elements.
Execute the next function on the queue for the matched elements.
Execute the next function on the queue for the matched element.
Show or manipulate the queue of functions to be executed on the matched element.
The mouse position relative to the top edge of the document.
Attach an event handler function for one or more events to the selected elements.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
The mouse position relative to the left edge of the document.
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Bind an event handler to the “focusout” JavaScript event.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
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.