我有一个带有导航栏和 iframe 的页面。有没有办法单击主页中的按钮,以便fancyBox 弹出窗口出现在 iframe 中的页面中?
我的意思是这样的:
<div class="navigation">
<a class="various" target="content" data-fancybox-type="iframe" href="page.html">
<button>
</button>
</a>
</div>
<iframe id="content" src="...">
</iframe>