【发布时间】:2017-12-04 16:27:16
【问题描述】:
在旧的 fancyboxversion 中,我使用此代码打开一个 iframe
$.fancybox({
'padding': 20,
'width': '650px',
'type': 'iframe',
'href': '....php?anchor=' + xyz,
'autoDimensions': true,
'autoScale': true,
'centerOnScroll': true,
'scrolling' : 'no',
afterClose : function(){
location.reload();
}
});
在新版本中是不可能的。 有什么想法吗?
【问题讨论】:
标签: jquery fancybox-3