jQuery.dequeue()
Execute the next function on the queue for the matched element.
Execute the next function on the queue for the matched element.
Selects all button elements and elements of type button.
Remove a previously-attached event handler from the elements.
The rate (in milliseconds) at which animations fire.
Remove all of the callbacks from a list.
Execute all handlers attached to an element for an event.
Add a callback or a collection of callbacks to a callback list.
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function’s arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Insert every element in the set of matched elements to the end of the target.
Reduce the set of matched elements to a subset specified by a range of indices.
Selects all elements of type reset.
Bind an event handler to the “scroll” JavaScript event, or trigger that event on an element.
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
Selects all elements that are hidden.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Determine whether any of the matched elements are assigned the given class.
Remove a property for the set of matched elements.
Create a new jQuery object with elements added to the set of matched elements.
Selects all elements of type image.