1
我想用jScrollPane程序設計div的樣式,但問題在於div在首次需要在div樣式化之前初始化的信息框中。我怎樣才能做到這一點?運行jScrollPane樣式在InfoBox打開後
var infoBox1Settings = {
content: boxText
,disableAutoPan: false
,alignBottom: true
,maxWidth: 0
,pixelOffset: new google.maps.Size(-142, -28)
,zIndex: null
,closeBoxMargin: ''
,closeBoxURL: ''
,infoBoxClearance: new google.maps.Size(1, 1)
,isHidden: false
,pane: 'floatPane'
,enableEventPropagation: false
};
infowindowVenue = new InfoBox(infoBox1Settings);
infowindowVenue.open(map, markersHash['markerVenue'+data.id]);
var searchElement = $(".venue-prof").jScrollPane({showArrows: true});
searchApi = searchElement.data('jsp');
要附加JSP來.venue-教授格,但.venue,教授不能由另一個腳本生成? –
是的。 。信息框會在Google地圖上打開一個窗口後生成.venue-prof。 – Colin