2
我一直使用此代碼顯示在jQuery Mobile的頁面顯示事件谷歌地圖,但它不工作..jQuery和谷歌地圖
$('#page3').live('pageshow', function(event, ui) {
$('#googleMap').gmap().bind('init', function(ev, map) {
$('#googleMap').gmap('addMarker', {'position': '57.7973333,12.0502107', 'bounds':
true}).click(function() {
$('#googleMap').gmap('openInfoWindow', {'content': 'Hello World!'}, this);
});
});
});
什麼'pageshow'事件的詳細信息?它來自jQuery Mobile嗎? – wakooka
是來自jquery mobile。 –