$(document).ready(function () { $("div.podrazdel").each(function () { if ($(this).find('table').length == 0) { $(this).hide() } } }); })()