2
Is it possible to remove the hyperlink from this image with jQuery? It may be simple, I even searched in English but I couldn’t find the proper code or instruction.
<a href="sushione2p.jpg">
<img class="alignright wp-image-69" src="sushione2p-250x166.jpg">
</a>
The expected result is:
<img class="alignright wp-image-69" src="sushione2p-250x166.jpg">
Thanks for the quick help. I am learning and really enjoying the library.
– Marcos Vinicius
That’s the right answer
– user622
Hundreds of years messing with jQuery and still did not know this function.
– Kazzkiq
@Kazzkiq, jQuery is really very big, every day we discover something different hehe.
– Wakim