Map resize on jquery hide and show
-
Hello, very nice plug-in by the way … I’ve got a bug (it is not the plugins fault) its a known bug with maps when placed into jquery hide and show .. the map displays only half size .. the fix is to place “google.maps.event.trigger( map, ‘resize’ );” code in jquery like this ex: $(‘div.map-box’).show();
google.maps.event.trigger(map, ‘resize’);
});so my question is how can I include this code with the plugin .. what would replace the name “map” in (map, ‘resize’); ?
thanks .
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Map resize on jquery hide and show’ is closed to new replies.