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.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Show or manipulate the queue of functions to be executed on the matched element.
Takes a function and returns a new one that will always have a particular context.
Show or manipulate the queue of functions to be executed on the matched elements.
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function’s arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.
Store arbitrary data associated with the specified element and/or return the value that was set.
Adjust the opacity of the matched elements.
Selects all elements that are the nth-child of their parent.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Display the matched elements.
Perform a custom animation of a set of CSS properties.
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.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Merge the contents of two or more objects together into the first object.
Selects all elements of type checkbox.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Lock a callback list in its current state.
Selects all button elements and elements of type button.