callbacks.disabled()
Determine if the callbacks list has been disabled.
Determine if the callbacks list has been disabled.
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 the next function on the queue for the matched element.
Selects all button elements and elements of type button.
Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).
Insert every element in the set of matched elements to the end of the target.
Selects all elements of type reset.
Bind an event handler to the “scroll” 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.
Selects all elements that are headers, like h1, h2, h3 and so on.
Determine whether any of the matched elements are assigned the given class.
Remove a property for the set of matched elements.
Selects all elements of type image.
Bind an event handler to the “select” event, or trigger that event on an element.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Select all elements that are in the progress of an animation at the time the selector is run.
Reduce the set of matched elements to a subset specified by a range of indices.
Insert every element in the set of matched elements before the target.