gpt4 book ai didi

jquery - Facebox 未加载图像

转载 作者:行者123 更新时间:2023-12-01 06:58:31 31 4
gpt4 key购买 nike

我正在使用Facebox用于我的弹出窗口。
然而,当加载大图片时,它会显示 Facebox,但没有旋转的圆圈。

"Facebox loading" thread有这个解决方案:

$("#test2").click(function(){ 
$.facebox(function() {
$.facebox.loading();
$.get('whatever.php', function(data) {
$.facebox.close_loading();
$.facebox(data);
})
})
})

但是我无法为图像正确实现此功能。

最佳答案

我也遇到了同样的问题。由于新布局,这似乎是一个错误。

我在 Facebox.js 的 loading 函数中进行了更改:

来自:

  $('#facebox .body').children().hide().end()

致:

  $('#facebox .content').children().hide().end()

关于jquery - Facebox 未加载图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6259127/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com