ThickBox与谷歌地图

时间:2009-07-01 21:17:15

标签: jquery google-maps iframe thickbox

我想知道是否可以使用Google地图IFRAME代码显示在thickbox jQuery灯箱中。任何帮助我试图使用嵌入的URL但没有运气。有没有人看到这个问题的解决方案我试过谷歌搜索但无济于事。

1 个答案:

答案 0 :(得分:1)

您只需将Google iframe放入隐藏的div中,然后使用Thickbox将其打开为inline content

<a href="#TB_inlinemodalContent?height=400&width=430&inlineId=modalContent" title="add a caption to title attribute / or leave blank" class="thickbox">Show hidden modal content.</a>

<div id="modalContent" style="display:none;">
    <iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/?ie=UTF8&amp;ll=37.09024,-95.712891&amp;spn=24.455808,37.353516&amp;z=4&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/?ie=UTF8&amp;ll=37.09024,-95.712891&amp;spn=24.455808,37.353516&amp;z=4&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>