.not()
Remove elements from the set of matched elements.
Remove elements from the set of matched elements.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Wrap an HTML structure around the content of each element in the set of matched elements.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
Replace each target element with the set of matched elements.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Bind an event handler to the “dblclick” event, or trigger that event on an element.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Relinquish jQuery’s control of the $ variable.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Selects the last matched element.
Remove event handlers previously attached using .live() from the 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.
Iterate over a jQuery object, executing a function for each matched element.
Convert an array-like object into a true JavaScript array.
Remove all child nodes of the set of matched elements from the DOM.