.show()
Display the matched elements.
Display the matched elements.
Display or hide 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.
Add handlers to be called when the Deferred object is either resolved or rejected.
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Remove elements from the set of matched elements.
Bind an event handler to the “load” JavaScript event.
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.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Select all elements at an index greater than index within the matched set.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
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.
Bind an event handler to the “contextmenu” JavaScript event, or trigger that event on an element.
Remove an event handler.
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 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.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Selects all elements that are selected.