Selects all elements that are the last among siblings of the same element name. The :last-of-type
Selects all elements with the given class. For class selectors, jQuery uses JavaScript's native
Selects elements that have the specified attribute with a value containing a given substring. This
Selects the combined results of all the specified selectors. You can specify any number of selectors
Selects all elements that are disabled. As with other pseudo-class selectors (those that begin with
Selects all elements that are the first among siblings of the same element name. The :first-of-type
Selects all elements that are headers, like h1, h2, h3 and so on. Because :header
Selects all elements of type submit. The :submit selector typically applies to button
Selects odd elements, zero-indexed. See also even.
Selects all button elements and elements of type button. An equivalent selector to $( ":button"
Page 5 of 7