标签: php javascript html css
当访问者点击我的Google地图标记时,我想显示一个弹出框。我已经有了我想在点击标记时显示的文字。
答案 0 :(得分:1)
如果您使用的是Google地图实例,则他们已经have conventions for that。
答案 1 :(得分:0)
//假设标记是地图上的标记数组
jQuery(markers).each(function(i,marker){ .click(function(){ displayPoint(marker, i); }