$(function(){ $(".yx_tbOne").each(function(){ if($(this).height()==0){ $(".yx_DTabBox").hide(); }else{ $(".yx_DTabBox").show(); } }); });