So far that plugin works quite nice...got no probs at all. However I just noticed that "onRegionClick" changes the color of the choosen country and I would like to prevent that. ^^
Config:
jQuery('#vmap').vectorMap({
...
backgroundColor: '#FFFFFF',
...
color: '#F3F3F3',
hoverColor: '#FCD452',
selectedColor: '#397ACB',
multiSelectRegion: true,
...
After loading the map every selected country got that nice #397acb blue but after clicking on it, it changes to #f3f3f3...how do I prevent that?
Thx!