Why does one jsfiddle work and the other does not, even though they have the exact same code?
问题 I'm trying to create a map in which each of its subsections highlight on hover. The best method I was told after researching was to use imagemapster which apparently functions, hence the first functional link... but in the second with the exact same code it doesn't. Am I missing something? If anyone knows it would be helpful This one works And this one doesn't I'm using imagemapster. What I want is this .... gif var image = $('#vegetables'); image.mapster({ fillColor: "0000" }); EDIT: the