manoon
V2EX  ›  问与答

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

  •  
  •   manoon · Sep 25, 2012 · 3128 views
    This topic created in 5004 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   ·   1458 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 16:52 · PVG 00:52 · LAX 09:52 · JFK 12:52
    ♥ Do have faith in what you're doing.