.toggle()
Display or hide the matched elements.
Display or hide the matched elements.
Display the matched elements.
Select the element at index n within the matched set.
Bind an event handler to the “error” JavaScript event.
Select all elements at an index less than index within the matched set.
Bind an event handler to the “load” JavaScript event.
Remove elements from the set of matched elements.
Add handlers to be called when the Deferred object is either resolved or rejected.
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.
Select all elements at an index greater than index within the matched set.
Bind an event handler to the “contextmenu” JavaScript 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.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height 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.
Remove an event handler.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Reduce the set of matched elements to a subset specified by a range of indices.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Selects all elements that are selected.