:only-child Selector
Selects all elements that are the only child of their parent.
Selects all elements that are the only child of their parent.
Selects all elements of type password.
Selects all elements that are the first child of their parent.
Selects all elements of type file.
Selects the element that is the root of the document.
Handles errors thrown synchronously in functions wrapped in jQuery().
Resolve a Deferred object and call any doneCallbacks with the given args.
Determine whether a Deferred object has been resolved.
Determine whether a Deferred object has been rejected.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Selects all elements that have no siblings with the same element name.
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 last child of their parent.
Selects all elements of type radio.