每当我将鼠标悬停在特定位置上时,都会在 jquery 模式窗口中打开 Google 地图
我有一个表,每个单元格中都有不同的位置。我需要发生的是,每当我悬停或单击其中包含位置的单元格时,谷歌地图就会出现在 jquery 模式窗口中。感谢您提供的任何帮助,因为我是 javascript 和 google 地图 api 的初学者。
谢谢
I have a table with separate locations in each cell. What I need to happen is whenever I hover or click the cell with the location in it a google map will appear in a jquery modal window. Thanks for any help that can be provided since I am a javascript and a beginner with google maps api.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个很好的解决方案:
http ://wordpressthemescollection.com/simple-modal-google-map-easy-modal-map-boxes-with-jquery-752.html
您可以修改此处的代码以使用悬停或点击类。
This is a good solution:
http://wordpressthemescollection.com/simple-modal-google-map-easy-modal-map-boxes-with-jquery-752.html
You can amend the code there to use either the hover or the click class.