Response title
This is preview!
document.querySelectorAll(".content-area").forEach(div => { div.childNodes.forEach(node => { if (node.nodeType === 3 && node.textContent.match(/^\s*$/)) node.remove() }) })
© 2013 jQuery Foundation
Sponsored by and others.