.map()
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
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.
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.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
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.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Load data from the server and place the returned HTML into the matched elements.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Takes a function and returns a new one that will always have a particular context.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Insert content, specified by the parameter, before each element in the set of matched elements.
Display the matched elements.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Display or hide the matched elements.
Select the element at index n within the matched set.
Adjust the opacity of the matched elements.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Hide the matched elements by fading them to transparent.