var trs = []; $(".trClass").each(function(){ if($(this).css("display") == "none"){ trs.push(this); } });