$('.table-class tr:not(:first)').filter(function() { return !$(this).find('td:eq(1):contains(Москва)').length; }).hide();