Adding Previous/Next Functionality to jQuery Map Highlight Plugin
Posted
by
Keith
on Stack Overflow
See other posts from Stack Overflow
or by Keith
Published on 2011-02-10T22:12:22Z
Indexed on
2011/02/10
23:25 UTC
Read the original article
Hit count: 387
As you can see in my jsFiddle example, I have a diagram that uses jQuery Map Highlight plugin to allow users to click to different parts of the diagram and see the corresponding text to the left.
Right now, the only way to interact with the diagram is by clicking on it. I'd like to give users the ability to hit previous and next buttons to control it as well. I'm just not sure how to go about it.
Any help would be appreciated: http://jsfiddle.net/keith/jkLH7/1/
© Stack Overflow or respective owner