$('.dataUl').each(function(){ if ( $(this).find('input:checkbox:checked') > 0 ){ $( this ).addClass('activeFilter'); } });