$.each($(".box"), function(){ if($(this).is(":hidden")) { //this element with class 'box' is hidden } });