.on()
Attach an event handler function for one or more events to the selected elements.
Attach an event handler function for one or more events to the selected elements.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Display or hide the matched elements by animating their opacity.
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.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Get the current horizontal position of the scroll bar for the first element in the set of matched elements or set the horizontal position of the scroll bar for every matched element.
Replace each target element with the set of matched elements.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Relinquish jQuery’s control of the $ variable.
Selects even elements, zero-indexed. See also :odd.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
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.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Insert every element in the set of matched elements after the target.
Insert every element in the set of matched elements before the target.
Adjust the opacity of the matched elements.