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.
Merge the contents of two or more objects together into the first object.
Takes a function and returns a new one that will always have a particular context.
Store arbitrary data associated with the specified element and/or return the value that was set.
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.
Selects all elements of the specified language.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Selects all elements that have no siblings with the same element name.
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.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Adjust the opacity of the matched elements.
Show or manipulate the queue of functions to be executed on the matched elements.
Selects all elements of type radio.