How to remove whitespace after/inside <div>?
Assume the following code:
- <div class="foobar">
- "whitespace"
- <p>....</p>
- </div>
"whitespace" is not the text but a whitespace as indicated in Firefox WebDeveloper.
How can I get rid of every whitespace inside after a <div class=foobar"> and the first <p> with jQuery?