Hi all,
I have a bit of an issue here. As Im new to jQuery this will probable will sound simple for you.
I need to add path to alt and change the alt so it will have extension .jpg and screen within jquery
So how can I transfer this
<img src="small.jpg" class="image" alt="big01">
into this:
<img src="/image/small.jpg" class="image" alt="/image/big01.jpg">
I forgot to add: I need to fish out image name and then add path to that image as this will change as there is many on the site. Not sure if I made myself clear Any ideas please?
Many Thanks for your help in advance