I have a div #popup that is dynamically filled with several paragraphs with the class .filled-text. I\'m trying to get jQuery to tell me if #
#popup
.filled-text
#
Simple Way
if ($('#text-field > p.filled-text').length != 0)