:contains() Selector
Select all elements that contain the specified text.
Select all elements that contain the specified text.
Select all elements that have no children (including text nodes).
Selects elements which contain at least one element that matches the specified selector.
Select all elements that that have at least one child node (either an element or text).