<div class="parent">
<div class="child_1">
content to remove if child_2 is empty!
</div>
<div class="child_2">
content of child_2
</div>
in the page repeated a dozen times..how could i check if any "child_2" element is empty and if so remove content of "child_1"??
thanks
Luca