I have some links that when you click on them, i need them to load an image into a container, and when you click the close link, it hides it again.
I have an example of it here but unsure how to apply the images into the div with the link if this makes sense:
I assume i need something along the lines of this....
<a class="click" href= "#" src="image/location">Click here to fadeIn the image in a container</a>
I am going to have many links with the images and the container will stay the same.
What is the best and efficient way to start this?
Thanks!