jQuery :empty Selector
Definition and Usage
The :empty selector selects empty elements.
An empty element refers to an element that does not contain any child elements or text.
Syntax
$(':empty')
The :empty selector selects empty elements.
An empty element refers to an element that does not contain any child elements or text.
$(':empty')