.off()
Remove an event handler.
Remove an event handler.
A factory function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.
Creates an object that handles the actual transmission of Ajax data.
Load data from the server using a HTTP GET request.
Attach an event handler for all elements which match the current selector, now and in the future.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Insert content, specified by the parameter, after each element in the set of matched elements.
Specify a function to execute when the DOM is fully loaded.
Reduce the set of matched elements to a subset specified by a range of indices.
Merge the contents of two or more objects together into the first object.
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.
Select the element at index n within the matched set.
Relinquish jQuery’s control of the $ variable.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Hide the matched elements.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
Reduce the set of matched elements to the one at the specified index.
Remove event handlers previously attached using .live() from the elements.
Adds the specified class(es) to each element in the set of matched elements.