.andSelf()
Add the previous set of elements on the stack to the current set.
Add the previous set of elements on the stack to the current set.
Attach a handler to an event for the elements.
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Determine whether a Deferred object has been rejected.
Determine whether a Deferred object has been resolved.
Utility method to filter and/or chain Deferreds.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Remove event handlers previously attached using .live() from the elements.
Select the element at index n within the matched set.
Bind an event handler to the “error” JavaScript event.
Selects even elements, zero-indexed. See also :odd.
Selects the first matched DOM element.
Select all elements at an index greater than index within the matched set.
States if the current page, in the user’s browser, is being rendered using the W3C CSS Box Model.
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.
The rate (in milliseconds) at which animations fire.
Holds or releases the execution of jQuery’s ready event.
Determine whether the argument is an array.
Determines if its argument is callable as a function.
Determines whether its argument represents a JavaScript number.
Determine whether the argument is a window.
Return a number representing the current time.
Takes a well-formed JSON string and returns the resulting JavaScript value.
Takes a function and returns a new one that will always have a particular context.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
A collection of properties that represent the presence of different browser features or bugs. Intended for jQuery’s internal use; specific properties may be removed when they are no longer needed internally to improve page startup performance. For your own project’s feature-detection needs, we strongly recommend the use of an external library such as Modernizr instead of dependency on properties in jQuery.support.
Remove the whitespace from the beginning and end of a string.
Determine the internal JavaScript [[Class]] of an object.
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 the last matched element.
Attach an event handler for all elements which match the current selector, now and in the future.
Bind an event handler to the “load” JavaScript event.
Select all elements at an index less than index within the matched set.
Selects odd elements, zero-indexed. See also :even.
A selector representing selector passed to jQuery(), if any, when creating the original set.
Return the number of elements in the jQuery object.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Remove a previously-attached event handler from the elements.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Bind an event handler to the “unload” JavaScript event.