How can I use jquery to remove a SPECIFIC div that has no children (at least no children that isn't whitespace). E.g.
<div id="outer">
some content
<div id="removeme">
</div>
some more content
</div>
Want to completely remove the div with id="removeme".