I am trying to hide a set of divs (which have borders) and are dynamically populated. each of these divs with borders also contain inner divs for title, description and links. I want to hide the outer div so that only when its populated does it become visibe. I am targeting my jquery function at the title class (l2-section-heading) contained inside the div with borders > so that if this class has no text, then the main div that contains it should be hidden.I am trying to hide a set of divs (which have b