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.
我有 2 个弹出窗口:一个用于登录窗口,一个用于注册窗口。我需要能够从登录弹出窗口访问注册弹出窗口,反之亦然。使用fancybox 2,当我打开一个弹出窗口时,其他窗口会自动关闭。
在fancybox 3 中,它们相互重叠打开。
谢谢!
目前没有自动执行此操作的选项,但您可以$.fancybox.getInstance('close');在打开新实例之前运行。
$.fancybox.getInstance('close');