Two ways:
$('a').contents().unwrap() $('a').each(function () { $(this).replaceWith(this.childNodes) })