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...
$
you can try this...
$([selector]).is(":empty")
it will return true if selector is empty..Working Demo