Opening a Google map in a jquery modal window whenever I hover over a specific location
I have a table with 开发者_JAVA技巧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
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.
精彩评论