Is there a way to use jQuery to remove a single closing HTML-Tag?Example:\[code\] <div class="one"> <div class="two">CONTENT</div> </div></div>\[/code\]I have to remove the last , that means the closing div-tag after div.one is closed.Unfortunately I have to do this with JS/jQuery since the System I'm working with on this project can't remove it.