manoon
V2EX  ›  问与答

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

  •  
  •   manoon · Sep 25, 2012 · 3141 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   ·   2869 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 39ms · UTC 01:50 · PVG 09:50 · LAX 18:50 · JFK 21:50
    ♥ Do have faith in what you're doing.