Is it possible to click a portion of an image map and print out some text, be it the alt
or title
value of that <area>
tag somewhere on the page?
Could I do this through jQuery? I've looked and I'm struggling to do so (very rusty with jQuery, and a novice on top of it). I've played with a bit of code but all I manage to get is static data out.
Thanks.
Edit: This is one large image with 30 uniquely sized and shaped "areas" that are clickable.