I am currently in the process of trying to create a map where each subsection will highlight when hovered over. After conducting some research, I came across imagemapster as the recommended method to achieve this functionality. Surprisingly, the first link works perfectly fine, yet the second link with identical code doesn't seem to work at all. Am I overlooking something? Any insight or guidance on this issue would be greatly appreciated.
Click here to see the working example
This link does not show the desired effect
Currently utilizing imagemapster for this project. What I am aiming for is showcased in this .... animated gif
var image = $('#vegetables');
image.mapster({
fillColor: "0000"
});
EDIT: I acknowledge that the positioning of the image may be off. If so, please scroll down and slightly to the right for optimal viewing.