$t = $(".users table").filter(function(){ return ($('td:contains(43)', this).length == 0); }); $t.hide();