:contains() Selector
Select all elements that contain the specified text.
Select all elements that contain the specified text.
Translate all items in an array or object to new array of items.
Relinquish jQuery’s control of the $ variable.
Convert an array-like object into a true JavaScript array.
Create a deep copy of the set of matched elements.
Remove from the queue all items that have not yet been run.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Determine whether the argument is a window.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Add handlers to be called when the Deferred object is resolved.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched 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.
Parses a string into an array of DOM nodes.
Parses a string into an XML document.
Remove a previously-stored piece of data.
Remove the whitespace from the beginning and end of a string.
Determines whether its argument represents a JavaScript number.
Determines if its argument is callable as a function.