标签: google-maps
我有下一个问题:有jquery手风琴控制。其中一个标签有div,其中包含谷歌地图。并且地图不会填满所有div。如果用手风琴取代map div,那么所有的工作都是共同的。我怎么能填补所有div? 感谢。
Like this http://designer4you.ru/pic.jpg
答案 0 :(得分:3)
请参阅此处的讨论:http://www.mail-archive.com/google-maps-api@googlegroups.com/msg59946.html
答案 1 :(得分:0)
google.maps.event.addListener(map, 'idle', function() { google.maps.event.trigger(map, "resize"); });