:nth-of-type() Selector
Selects all elements that are the nth child of their parent in relation to siblings with the same element name.
Selects all elements that are the nth child of their parent in relation to siblings with the same element name.
Select all elements at an index less than index within the matched set.
Select the element at index n within the matched set.
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 enabled.
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Bind an event handler to the “error” JavaScript event.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
The number of elements in the jQuery object.
Hide the matched elements by fading them to transparent.
Selects all elements of type radio.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Retrieve the DOM elements matched by the jQuery object.
Select all elements at an index greater than index within the matched set.
Selects elements that have the specified attribute, with any value.
Selects all elements of type file.