jQuery.sub()
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
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.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Remove the set of matched elements from the DOM.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
Display the matched elements by fading them to opaque.
The DOM element that initiated the event.
Retrieve the DOM elements matched by the jQuery object.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Selects all elements.
Encode a set of form elements as an array of names and values.
Display the matched elements with a sliding motion.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.