:first-child Selector
Selects all elements that are the first child of their parent.
Selects all elements that are the first child of their parent.
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
Convert an array-like object into a true JavaScript array.
Execute the next function on the queue for the matched element.
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.
Selects all button elements and elements of type button.
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.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
The rate (in milliseconds) at which animations fire.
Select elements that either don’t have the specified attribute, or do have the specified attribute but not with a certain value.
Selects all elements of type submit.
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.
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
A selector representing selector passed to jQuery(), if any, when creating the original set.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Globally disable all animations.
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.