JQuery 可拖动谷歌地图
我有一个 div 覆盖层,上面有 gmap,并使用 jquery 插件使其可拖动 但是当我尝试在地图上使用拉拽功能时,整个 div 都会移动。 有什么想法如何解决这个问题吗?
I have a div overlay with a gmap on it and have used a jquery plugin to make it draggable
but when i try to use the pull and drag function on the map the whole div move.
Any ideas how to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将谷歌地图包装在另一个 div 中并为其分配一个句柄,这里是代码和一个工作示例。
HTML:
Javascript:
示例:
http ://jsfiddle.net/semTg/
Just wrap the google map in another div and assign it a handle, here is the code and a working example.
HTML :
Javascript :
Example :
http://jsfiddle.net/semTg/