manoon
V2EX  ›  问与答

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

  •  
  •   manoon · Sep 25, 2012 · 3140 views
    This topic created in 5008 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   ·   2756 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 11:57 · PVG 19:57 · LAX 04:57 · JFK 07:57
    ♥ Do have faith in what you're doing.