.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.
Remove event handlers previously attached using .live() from the elements.
Bind an event handler to the “error” event, or trigger that event on an element.
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.
Return an Error instance with a defined stack.
The rate (in milliseconds) at which animations fire.
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.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
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.
Attach an event handler for all elements which match the current selector, now and in the future.
Bind an event handler to the “load” event, or trigger that event on an element.
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” event, or trigger that event on an element.