.toArray()
Retrieve all the elements contained in the jQuery set, as an array.
Retrieve all the elements contained in the jQuery set, as an array.
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.
The rate (in milliseconds) at which animations fire.
Determine whether or not the list has any callbacks attached. If a callback is provided as an argument, determine whether it is in a list.
Globally disable all animations.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Remove a property for the set of matched elements.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Selects all elements of type submit.
A selector representing selector passed to jQuery(), if any, when creating the original set.
Execute some JavaScript code globally.
Modify and filter HTML strings passed through jQuery manipulation methods.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Determine the internal JavaScript [[Class]] of an object.
Remove a previously-stored piece of data.