The platform I\'m building a website on produces empty p tags in wysiwyg mode. How can I take these out?
p
Something like this, perhaps...
$
Try:
$( 'p:empty' ).remove();