是否有像這樣的任何佈局 http://layout.jquery-dev.net/samples/gispaho/layoutintab.htm它支持谷歌地圖作爲競爭我使用上述之一。我遇到了問題,分離器拖動失敗了谷歌地圖。谷歌地圖分割佈局
參考 https://stackoverflow.com/questions/15795815/jquery-dragable-fails-over-the-google-map
是我的嘗試是
<div id="layout" class="sun-layout" style="height: 600px;">
<div class="ui-layout-west sun-layout">
<div class="map1">
</div>
</div>
<div class="ui-layout-center sun-layout">
<div class="map2">
</div>
</div>
在DOM已準備就緒
變量$佈局= $( 「#佈局」); $ layout.layout({west__size:400});
@Salman我更新了我的文章。 – 2013-04-08 13:57:58