Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Determine if the callbacks list has been locked.
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place. The
Insert every element in the set of matched elements to the end of the target. The
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
Selects the first matched element. The :first pseudo-class is equivalent to :eq(
Wrap an HTML structure around each element in the set of matched elements. The .wrap()
Determine whether the argument is a window. This is used in a number of places in jQuery to determine
Returns whether event.preventDefault() was ever called on this event object
Utility method to filter and/or chain Deferreds. Deprecation Notice:As of jQuery
Page 10 of 32