How to remove hyperlink but keep text for an array of links?
- by Keith Donegan
My question is fairly similar to this question: Remove hyperlink but keep text? but, I can't seem to workout how I can feed an array of class names and do this in one go?
For Example
<a class="unwrap" href="#">Blah</a>
<a class="unwrap" href="#">Blah</a>
<a href="#">Blah</a>
<a class="unwrap" href="#">Blah</a>
I would just like the links with the unwrap class to be modified.