March 21, 2012
jQuery: How can I wrap <a> and </a> tags around existing images in a div?
Question by lith0pedion
I’m using slidy.js to cycle through several images inside a div.
My question is: How can I use jQuery to wrap <a href="http://www.google.com">
and </a>
around each image in the div (whose id is “imgFade”)?
Thanks in advance!
Adam