:only-of-type selector

:only-of-type Selector

only-of-type selector

Description: Selects all elements that have no siblings with the same element name.

  • version added: 1.9jQuery( ":only-of-type" )

If the parent has other child elements with the same element name, nothing is matched.

Example:

Change the text and add a border for each button that is the only child button of its parent.

&l