jQuery.parseXML()
Parses a string into an XML document.
Parses a string into an XML document.
Selects the last matched element.
Selects the combined results of all the specified selectors.
Add a callback or a collection of callbacks to a callback list.
The current DOM element within the event bubbling phase.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
Indicates whether the META key was pressed when the event fired.
Call all of the callbacks with the given arguments.
Remove a callback or a collection of callbacks from a callback list.
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.
Selects all elements that are headers, like h1, h2, h3 and so on.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Replace each target element with the set of matched elements.
Handles errors thrown synchronously in functions wrapped in jQuery().
Selects elements that have the specified attribute with a value exactly equal to a certain value.
Remove the whitespace from the beginning and end of a string.