.wrap()
Wrap an HTML structure around each element in the set of matched elements.
Wrap an HTML structure around each element in the set of matched elements.
Create a deep copy of the set of matched elements.
Matches all elements that are checked or selected.
Check to see if a DOM node is within an XML document (or is an XML document).
Merge the contents of two arrays together into the first array.
Parses a string into an XML document.
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Search for a specified value within an array and return its index (or -1 if not found).
Selects all elements of type checkbox.
Creates an object containing a set of properties ready to be used in the definition of custom animations.
Wrap an HTML structure around all elements in the set of matched elements.
Remove a callback or a collection of callbacks from a callback list.
Wrap an HTML structure around the content of each element in the set of matched elements.
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
An object containing all CSS properties that may be used without a unit. The .css() method uses this object to see if it may append px to unitless values.