.select()
Bind an event handler to the “select” 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.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Display or hide the matched elements.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Remove a previously-attached event handler from the elements.
Bind an event handler to the “error” JavaScript event.
Select all elements at an index less than index within the matched set.
Remove elements from the set of matched elements.
Bind an event handler to the “load” JavaScript event.
Select the element at index n within the matched set.
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.
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.
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.
Add handlers to be called when the Deferred object is either resolved or rejected.
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.
Bind an event handler to the “contextmenu” JavaScript event, or trigger that event on an 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.