:contains() Selector

Select all elements that contain the specified text.

:empty Selector

Select all elements that have no children (including text nodes).

:has() Selector

Selects elements which contain at least one element that matches the specified selector.

:parent Selector

Select all elements that have at least one child node (either an element or text).

@jQuery API