[javascript] $(‘p’).each(function() { var $p = $(this), txt = $p.html(); if (txt==’ ’) { $p.remove(); } });
$(‘p’) .filter(function() { return $.trim($(this).text()) === ” }) .remove() [/javascript]
Name (required)
Mail (will not be published) (required)
Website
Δ