.prepend()
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 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 value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Bind an event handler to the “focus” event, or trigger that event on an 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.
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.
Bind an event handler to the “submit” event, or trigger that event on an element.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Replace each target element with the set of matched elements.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Selects even elements, zero-indexed. See also :odd.
Relinquish jQuery’s control of the $ variable.
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 all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Insert every element in the set of matched elements after the target.
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 before the target.
Selects all elements that are the nth-child of their parent.