.toggleClass()
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.
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.
Creates an object that handles the actual transmission of Ajax data.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Encode a set of form elements as a string for submission.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.
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 an event handler to the “focus” JavaScript event, or trigger that event on an element.
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Display or hide the matched elements.
Display the matched elements.
Execute all handlers and behaviors attached to the matched elements for the given event type.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
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.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.