jQuery.map()
Translate all items in an array or object to new array of items.
Translate all items in an array or object to new array of items.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Hide the matched elements.
Add handlers to be called when the Deferred object is resolved.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
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 height for the first element in the set of matched elements or set the height of every matched element.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
The DOM element that initiated the event.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
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.
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.
Insert content, specified by the parameter, after each element in the set of matched elements.
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.
Iterate over a jQuery object, executing a function for each matched element.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Hide the matched elements by fading them to transparent.