gpt4 book ai didi

javascript - jQuery - 如何检测页面何时完成加载?

转载 作者:太空宇宙 更新时间:2023-11-04 13:38:50 25 4
gpt4 key购买 nike

如何检测页面是否完全加载完毕?我说完全是因为我尝试在 $(document).ready(function() 代码中放置一个警报语句,但是警报语句发生在 IE 中轮子停止旋转之前(大约 1.5 秒后,轮子停止,那是页面完全加载的时候。(它是你在 IE9 顶部看到的标签所在的加载轮)。

谢谢

最佳答案

你可以使用load方法:

The load event fires at the end of the document loading process. At this point, all of the objects in the document are in the DOM, and all the images and sub-frames have finished loading.

$(window).load(function(){
// ...
})

关于javascript - jQuery - 如何检测页面何时完成加载?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12230867/

25 4 0
文章推荐: java - 使用调用库运行程序
文章推荐: javascript - 2列相同的高度未正确调整大小
文章推荐: javascript - jquery:如何只查询表单中的一个
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com