.wrapInner()
Wrap an HTML structure around the content of each element in the set of matched elements.
Wrap an HTML structure around the content of each element in the set of matched elements.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Hide the matched elements.
Wrap an HTML structure around each element in the set of matched elements.
Wrap an HTML structure around all elements in the set of matched elements.
Select the element at index n within the matched set.
Iterate over a jQuery object, executing a function for each matched element.
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 nth-child of their parent, counting from the last element to the first.
Selects all elements that are the nth-child of their parent.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Show or manipulate the queue of functions to be executed on the matched element.
Adjust the opacity of the matched elements.
Show or manipulate the queue of functions to be executed on the matched elements.
Takes a function and returns a new one that will always have a particular context.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Hide the matched elements by fading them to transparent.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
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.