:submit Selector
Selects all elements of type submit.
Selects all elements of type submit.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Selects all elements that are the nth-child of their parent.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
Get the children of each element in the set of matched elements, optionally filtered by a selector.