$('.person').each(function() { if(!$(this).find('.medal:has(>:not(:empty))').length) { $(this).find('.face').addClass('empty'); } });