$('div:contains("shahzeb")').css('background-color', 'red');
$('*:contains("test"):not(:has(*))').css('background-color', 'red');