: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.
Selects all elements that are enabled.
The element where the currently-called jQuery event handler was attached.
Selects all next elements matching “next” that are immediately preceded by a sibling “prev”.
Selects all elements that have no siblings with the same element name.
Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods.
Reject a Deferred object and call any failCallbacks with the given args.
Resolve a Deferred object and call any doneCallbacks with the given args.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Execute the next function on the queue for the matched elements.
Selects all elements that are the last child of their parent.
Selects all elements that are descendants of a given ancestor.
Selects all elements of type radio.
Retrieve the DOM elements matched by the jQuery object.
Show or manipulate the queue of functions to be executed on the matched elements.
Selects elements which contain at least one element that matches the specified selector.
Bind an event handler to the “contextmenu” JavaScript event, or trigger that event on an element.
Call the progressCallbacks on a Deferred object with the given context and args.
Remove a previously-stored piece of data.
Bind an event handler to the “focusin” event.