jQuery(function ($) { if ($(".className").length == 0) { $(".element").removeAttr("style").hide(); }else{ $(".element").removeAttr("style").show(); } });