V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
manoon
V2EX  ›  问与答

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

  •  
  •   manoon · 2012-09-25 17:24:38 +08:00 · 2640 次点击
    这是一个创建于 4224 天前的主题,其中的信息可能已经有所发展或是发生改变。
    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);
    });



    请问 ,正确的方法和思路是什么?
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2860 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 06:16 · PVG 14:16 · LAX 23:16 · JFK 02:16
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.