0
我使用谷歌地圖和jQuery的2.1.0庫與開放模式。谷歌地圖不完全加載模式
當我把#map放在#main div中時,它正常工作。但是當我把#map放在#modal div中時,它並沒有完全加載。
這裏是HTML
<div id="main">
<div class="inner">
<a href="#" id="modal-open">Open</a>
</div>
</div>
<div id="modal">
<div class="inner">
<a href="#" id="modal-close">Close</a>
<div id="map_canvas" style="height:300px; width:600px;"></div>
<!-- The element that will contain our Google Map. This is used in both the Javascript and CSS above. -->
</div>
</div>
我的例子是在這裏: http://www.demiray.co/ex/map.html
謝謝你的回答和信息。但是我怎樣才能調用init()函數? – MehmetDemiray 2014-10-31 10:09:04