Remove css class or div, but without content
Hi, how can I remove some classes and divs, but without content, somethig like that:
<div class='i-need-it'><div id='i-want-to-remove'><div id='i-need-it'><a id='i-need-id'><a></div><div></div>
<div class='i-want-to-remove'>blah blah i need this blah blah</div>
Thanks.