.promise()
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Selects odd elements, zero-indexed. See also :even.
Remove elements from the set of matched elements.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Replace each target element with the set of matched elements.
Relinquish jQuery’s control of the $ variable.
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.
Bind an event handler to the “resize” JavaScript event, or trigger that event on an element.
Wrap an HTML structure around the content of each element in the set of matched elements.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Bind an event handler to the “unload” JavaScript event.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Selects the last matched element.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.