<script> $("p").each(function(){ if( $.trim($(this).text()) == "" ){ $(this).remove(); } }); </script>