如何知道 div 背景图像是否已加载

发布于 2024-10-21 18:45:49 字数 83 浏览 1 评论 0原文

我有一个应用程序,其中有许多 div,每个 div 都有不同的图像作为 CSS 的背景图像...我如何知道应用于 div 的背景图像是否已完全加载...

I have an Apllication Which has many divs each having different image as background image as CSS... How can I know if the background image applied to the div is completely loaded...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

乖乖哒 2024-10-28 18:45:49

当页面完成加载时,会触发 window.onload 事件,其中还包括图像

The window.onload event is fired when the page is complete loaded, which also includes the images

辞取 2024-10-28 18:45:49

您需要先“预加载”背景图像,然后将它们设置为 div

您可以查看这个问题:

预加载使用 jQuery 生成图像

You need to 'preload' your background images first, then set them to divs

You can look at this question:

Preloading images with jQuery

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文