:nth-last-of-type() Selector
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 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.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Selects all elements of the specified language.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Selects all elements that are the nth-child of their parent.
Adjust the opacity of the matched elements.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Reduce the set of matched elements to a subset specified by a range of indices.
Selects all elements of type submit.
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.
Perform a custom animation of a set of CSS properties.
Encode a set of form elements as an array of names and values.
Store arbitrary data associated with the specified element and/or return the value that was set.