【发布时间】:2012-01-26 21:52:47
【问题描述】:
我正在使用 Colorbox,我想从网站的另一个页面加载特定的 div。现在我正在使用 iFrame,但我想它不一定必须是 iFrame,因为我住在同一个网站上。我现在的代码是:
$(document).ready(function(){
$(".iframe").colorbox({iframe:true, data:"#mainColumn", width:"80%", height:"80%"});
});
<a class="iframe cboxIframe" href="http://website.com/products-51>.html">
我需要将href 中的页面加载到Colorbox 中,但只显示#mainColumn div。
【问题讨论】: