.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.
Iterate over a jQuery object, executing a function for each matched element.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Merge the contents of two or more objects together into the first object.
Insert content, specified by the parameter, after each element in the set of matched elements.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Set a timer to delay execution of subsequent items in the queue.
Remove a previously-stored piece of data.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Remove a previously-stored piece of data.
Remove elements from the set of matched elements.
Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
Get the children of each element in the set of matched elements, including text and comment nodes.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Reduce the set of matched elements to a subset specified by a range of indices.
Selects all input elements of type text.
Get the closest ancestor element that is positioned.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Selects all elements that are the nth-child of their parent.