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