.delegate()
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.
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.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Select the element at index n within the matched set.
Insert content, specified by the parameter, after each element in the set of matched elements.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Insert every element in the set of matched elements to the end of the target.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Remove an event handler.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Set default values for future Ajax requests. Its use is not recommended.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Reduce the set of matched elements to a subset specified by a range of indices.