I'm trying to remove a link, but keep the content within, is there a simple way to do this in jquery?
<div>***<a href=""><div>This is a test</div></a></div> turns into <div>***<div>This is a test</div></div>
I'm trying to remove a link, but keep the content within, is there a simple way to do this in jquery?
<div>***<a href=""><div>This is a test</div></a></div> turns into <div>***<div>This is a test</div></div>