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.
Get the children of each element in the set of matched elements, including text and comment nodes.
Selects all elements that do not match the given selector.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Selects all elements that are the nth-child of their parent.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
A Promise-like object (or “thenable”) that resolves when the document is ready.
Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
The last value returned by an event handler that was triggered by this event, unless the value was undefined.
If this method is called, the default action of the event will not be triggered.
Selects all elements with the given tag name.
Selects the target element indicated by the fragment identifier of the document’s URI.
Selects all elements that are the nth child of their parent in relation to 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.
Selects all elements that are the only child of their parent.
Select all elements that have no children (including text nodes).
Selects all elements that are enabled.
Remove all child nodes of the set of matched elements from the DOM.
Add handlers to be called when the Deferred object is rejected.