jQuery.fx.off
Globally disable all animations.
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.
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.
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.
Execute some JavaScript code globally.
Lock a callback list in its current state.
Modify and filter HTML strings passed through jQuery manipulation methods.
Selects all button elements and elements of type button.
Execute the next function on the queue for the matched element.
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.
A selector representing selector passed to jQuery(), if any, when creating the original set.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Retrieve all the elements contained in the jQuery set, as an array.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
Determine whether an element has any jQuery data associated with it.
Wrap an HTML structure around all elements in the set of matched elements.
Selects all elements that have no siblings with the same element name.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.