SyntaxFix
Write A Post
Hire A Developer
Questions
White space and line breaks are the main issues with using :empty selector. Careful, in CSS the :empty pseudo class behaves the same way. I like this method:
if ($someElement.children().length == 0){ someAction(); }