wrap and wrapAll 'destroy'

wrap and wrapAll 'destroy'


I figured I'd ask here first just in case I was doing something wrong.
It seems that once I applied a tag, I couldn't remove it via:
$('a#tog2').wrap('destroy');
Originally, I used it to wrap the below link to make it bold
<a href="xyz" id="tog2">linkname</a>
with:
$('a#tog2').wrap('<b>,</b>');
Is this a bug or am I doing something wrong. I've tried this with both
wrap and wrapAll using the FF browser.