Best way to make an Image Map w Jquery?
I recalled the oldschool days of HTML where you could create image maps on images -- if clicked a notification would pop up
I am trying to make somethign similar with an anatomy teaching file
I have a large image of a piece of human anatomy -- there may be 20 or 30 spots that people can click.. once clicked the name of the muscle or bone is shown
how can I do this with jquery? not looking for a modal dialogue window, that is too large and obtrusive
any suggestions?