.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.
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.
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.
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.
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.
Bind an event handler to the “unload” JavaScript event.