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.
Adjust the opacity of the matched elements.
Iterate over a jQuery object, executing a function for each matched element.
Selects all elements that are the nth-child of their parent.
Hide the matched elements by fading them to transparent.
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.
Display the matched elements by fading them to opaque.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Perform a custom animation of a set of CSS properties.
Display the matched elements.
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.
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.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Selects all elements of type checkbox.
Get the children of each element in the set of matched elements, optionally filtered by a selector.