$("body *").each( function() { if($(this).children("*").length){return true;} else{ if($(this).text().length){ alert($(this).html()) }} });