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.
Merge the contents of two arrays together into the first array.
Get the children of each element in the set of matched elements, including text and comment nodes.
Matches all elements that are checked or selected.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Store arbitrary data associated with the specified element and/or return the value that was set.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Call all of the callbacks with the given arguments.
Call all callbacks in a list with the given context and arguments.
Creates an object containing a set of properties ready to be used in the definition of custom animations.
Modify and filter HTML strings passed through jQuery manipulation methods.
Add handlers to be called when the Deferred object is either resolved or rejected.