[jQuery] Remove an element but not it's content

[jQuery] Remove an element but not it's content


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>