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.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to