.ajaxComplete()
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
Add the previous set of elements on the stack to the current set.
Attach a handler to an event for the elements.
Bind an event handler to the “blur” event, or trigger that event on an element.
Bind an event handler to the “change” event, or trigger that event on an element.
Bind an event handler to the “click” event, or trigger that event on an element.
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Bind an event handler to the “contextmenu” event, or trigger that event on an element.
Bind an event handler to the “dblclick” event, or trigger that event on an element.
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” event, or trigger that event on an element.
Selects even elements, zero-indexed. See also :odd.
Selects the first matched DOM element.
Bind an event handler to the “focus” event, or trigger that event on an element.
Bind an event handler to the “focusin” event, or trigger that event on an element.
Bind an event handler to the “focusout” event, or trigger that event on an element.
Select all elements at an index greater than index within the matched set.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
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.
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.
Bind an event handler to the “keydown” event, or trigger that event on an element.
Bind an event handler to the “keypress” event, or trigger that event on an element.
Bind an event handler to the “keyup” event, or trigger that event on an element.
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” event, or trigger that event on an element.
Select all elements at an index less than index within the matched set.
Bind an event handler to the “mousedown” event, or trigger that event on an element.
Bind an event handler to the “mouseenter” event, or trigger that event on an element.
Bind an event handler to the “mouseleave” event, or trigger that event on an element.
Bind an event handler to the “mousemove” event, or trigger that event on an element.
Bind an event handler to the “mouseout” event, or trigger that event on an element.
Bind an event handler to the “mouseover” event, or trigger that event on an element.
Bind an event handler to the “mouseup” event, or trigger that event on an element.
Selects odd elements, zero-indexed. See also :even.
Bind an event handler to the “resize” event, or trigger that event on an element.
Bind an event handler to the “scroll” event, or trigger that event on an element.
Bind an event handler to the “select” 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 an event handler to the “submit” event, or trigger that event on an element.
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” event, or trigger that event on an element.