jQuery.queue()
Show or manipulate the queue of functions to be executed on the matched element.
Show or manipulate the queue of functions to be executed on the matched element.
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.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Adjust the opacity of the matched elements.
Hide the matched elements by fading them to transparent.
Iterate over a jQuery object, executing a function for each matched element.
Display the 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.
Insert content, specified by the parameter, after each element in the set of matched elements.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Insert content, specified by the parameter, to the end of 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.
Insert content, specified by the parameter, before each element in the set of matched elements.
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.
Display or hide 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 all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Selects all elements that are the nth-child of their parent.