Great plugin with awesome documentation.
I want to know if there is a way to have the map load with an area already highlighted, and a tool-tip for that area already displayed.
Here's my fiddle:
If it could start with the key northwest
highlighted (not selected) and a tooltip that would be great.
has been messing with it for a bit but can't figure this out.
Thanks in advance!
It works in this ImageMapster demo when I add this:
$(function(){
$('area[state="OR"]').mapster('set',true);
});
For your Fiddle I could also do it. Like this
.mapster('set', true, 'northwest');