.queue()
Show or manipulate the queue of functions to be executed on the matched elements.
Show or manipulate the queue of functions to be executed on the matched elements.
Show or manipulate the queue of functions to be executed on the 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.
Adjust the opacity of the matched elements.
Attach an event handler function for one or more events to the selected elements.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
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.
Takes a function and returns a new one that will always have a particular context.
Insert content, specified by the parameter, before each element in the set of matched elements.
Insert content, specified by the parameter, after each element in the set of matched elements.
Display or hide the 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.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
If this method is called, the default action of the event will not be triggered.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
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.