我需要在iframe fancybox 窗口中设置或更新自定义 HTML 代码。那我该怎么做?!“内容”选项不起作用!在本地主机上测试。
$("test").fancybox({
'width' : 300,
'height' : 300,
'autoScale' : false,
'type' : 'iframe',
'content' : '<H5> It`s does not work</h5>'
});
如果无法更改跨域 iframe 的内容(如我的情况),那么,请告诉我如何在同一个域上进行操作。例如,我们在http://localhost/page1.html和 iframe 链接到http://localhost/page2.html