Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从打开的fancybox 调用另一个fancybox 而无需关闭打开的fancybox?
自己看:http: //jsfiddle.net/unsDG/5/
:D
在父页面上,使用 iFrame 设置 fancybox:
$(document).ready(function() { $(".fancybox").fancybox( { width:'75%', height:'75%', 'type' : 'iframe' }); });
在子页面中,放入您的内容,确保它具有有效的 doctype,再次导入 Fancybox 需要的 javascript 和 css,然后声明您的新 Fancybox 链接。它可能会帮助你