manoon
V2EX  ›  问与答

有人折腾过google map api 结合jQuery Mobile 没?

  •  
  •   manoon · Sep 25, 2012 · 3090 views
    This topic created in 4978 days ago, the information mentioned may be changed or developed.
    google.maps.event.addListener(marker, 'click', function() {
    //works well with jQuery But doesn't work with jQuery Mobile
    alert("heihei");
    infowindow.open(map,marker);
    });



    marker.bind('vclick',function(){//我想这样弄,但是失败
    alert("heihei");
    infowindow.open(map,marker);
    });



    请问 ,正确的方法和思路是什么?
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5524 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 08:22 · PVG 16:22 · LAX 01:22 · JFK 04:22
    ♥ Do have faith in what you're doing.