.ajaxStop()
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Call all of the callbacks with the given arguments.
Check to see if a DOM node is within an XML document (or is an XML document).
Matches all elements that are checked or selected.
Translate all items in an array or object to new array of items.
Merge the contents of two arrays together into the first array.
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.
Wrap an HTML structure around all elements in the set of matched elements.
Execute some JavaScript code globally.
Creates an object containing a set of properties ready to be used in the definition of custom animations.
Remove a callback or a collection of callbacks from a callback list.
Sorts an array or an array-like object of DOM elements, in place, with the duplicates removed. Note that this only works on arrays/array-likes of DOM elements, not strings or numbers.
Parses a string into an XML document.