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 2 的 AJAX 调用加载页面后更改 css 值。我的目标是在加载的页面中隐藏一个块(仅当由 FancyBox 的 AJAX 调用加载时)。我想以某种方式可以使用 Afterload 方法。
有人有线索吗??
谢谢!
您可以使用该$.fancybox.update();方法(在afterLoad回调内部)重新调整 fancybox 的大小以匹配其中内容的大小(width和height)。
$.fancybox.update();
afterLoad
width
height