i have this:
<div>All <span class="hl">text</span> should <span class="hl">be <span class="hl">unwrapped</span> <span>but not me</span> </span></div>
how to remove all spans (with class="h1") to get this?
<div>All text should be unwrapped <span>but not me</span></div>
ps: would consider javascript Regex or jquery solution