.after()
Insert content, specified by the parameter, after each element in the set of 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.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Attach a handler to an event for the elements.
Merge the contents of two or more objects together into the first object.
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.
Display or hide the matched elements.
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.
Load data from the server and place the returned HTML into the matched elements.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
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 all following siblings of each element in the set of matched elements, optionally filtered by a selector.
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 the combined results of all the specified selectors.
Determine the internal JavaScript [[Class]] of an object.
Selects all elements that are the nth-child of their parent.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Return a Deferred’s Promise object.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.