我正在使用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">
Run Code Online (Sandbox Code Playgroud)
我需要将页面加载href到Colorbox中,但只显示#mainColumndiv.