:lang() Selector
Selects all elements of the specified language.
Selects all elements of the specified language.
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.
Bind an event handler to the “keyup” 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.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
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.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Adjust the opacity of the matched elements.
Show or manipulate the queue of functions to be executed on the matched elements.
Selects all elements that are the nth-child of their parent.
Bind an event handler to the “mouseover” 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.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Show or manipulate the queue of functions to be executed on the matched element.
Reduce the set of matched elements to a subset specified by a range of indices.
Selects all elements of type submit.