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.
Bind an event handler to the "error" JavaScript event.
States if the current page, in the user's browser, is being rendered using the W3C CSS Box Model. This property was removed in jQuery 1.8. Please try to use feature detection instead.
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.
Determines if its argument is callable as a function.
Determine whether the argument is a window.
Takes a well-formed JSON string and returns the resulting JavaScript value.
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.
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.
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.
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.