.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.
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.
Show or manipulate the queue of functions to be executed on the matched element.
Hide the matched elements by fading them to transparent.
Select the element at index n within the matched set.
Show or manipulate the queue of functions to be executed on the matched elements.
Takes a function and returns a new one that will always have a particular context.
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 the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Iterate over a jQuery object, executing a function for each matched element.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Display the matched elements.
Insert content, specified by the parameter, after each element in the set of matched elements.
Insert content, specified by the parameter, before each element in the set of matched elements.
Display or hide the matched elements.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Merge the contents of two or more objects together into the first object.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.