.jquery
A string containing the jQuery version number.
A string containing the jQuery version number.
Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).
Takes a string and throws an exception containing it.
Select all elements that are in the progress of an animation at the time the selector is run.
Get the current vertical position of the scroll bar for the first element in the set of matched elements or set the vertical position of the scroll bar for every matched element.
Selects the last matched element.
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
Determines if its argument is callable as a function.
Selects all input, textarea, select and button elements.
Resolve a Deferred object and call any doneCallbacks with the given args.
Determine whether the argument is a window.
Determine the current state of a Deferred object.
Reject a Deferred object and call any failCallbacks with the given args.
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.
Convert an array-like object into a true JavaScript array.
Call the progressCallbacks on a Deferred object with the given args.
Select all elements that contain the specified text.
Remove the whitespace from the beginning and end of a string.
Escapes any character that has a special meaning in a CSS selector.
Selects all elements that are the first among siblings of the same element name.