我有一个看起来像这样的脏 HTML
示例 1:
<div>
somedirtytexthere.
<h1>header 1</h1>
<p>ok this text is cool</p>
</div>
示例 2:
<div>
somedirtytexthere.
<h1>header 1</h1>
<p>ok this text is cool</p>
but this text is ALSO cool
</div>
div
我想用 jQuery删除第一个子标签前面的每个(未封闭的)文本元素。