Is it possible to switch HTML on click?
I have an index page with a large image. Under the image there are four links. When the cursor rolls over a link I would like a small tooltip to appear. If the user clicks the link I want the large image to change and some extra HTML to appear over it (just a small content box).
I think I have figured out the tooltip using jQuery but I'm not sure how to change the image and add a small content box over it.
Thanks in advance everyone.