Changing caption text on image
In my website I have some jQuery that changes two images where if a user hovers over the image it will change to another. At the same time the caption underneath the image is also meant to change. I use one piece of jQuery to change the images and I want to be able to change the caption depending on which image the user is hovered over without having to add separate id's or classes to the images and target these with separate bits of jQuery.
See the fiddle here:
Any help would be greatly appreciated.
Thanks