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.
Add handlers to be called when the Deferred object is resolved.
Get the children of each element in the set of matched elements, including text and comment nodes.
Takes a well-formed JSON string and returns the resulting JavaScript value.
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Selects all elements that do not match the given selector.
Selects all elements that are the nth-child of their parent.
A Promise-like object (or “thenable”) that resolves when the document is ready.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
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.
Remove all child nodes of the set of matched elements from the DOM.
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.
Select all elements that have no children (including text nodes).
Selects all elements that are the only child of their parent.
Add handlers to be called when the Deferred object is rejected.
Selects all elements that are enabled.