加载屏幕直到 Adsense for Search Block 返回结果(使用 Javascript,最好是 Jquery)
我试图显示加载屏幕,直到加载屏幕,直到我对 Adsense for Search 的调用完成。
基本上,我希望当特定 div 的内容发生更改时发生 $(".loading").hide()
。有没有办法使用 Javascript(最好是 jquery)来做到这一点?
I am trying to show a loading screen until a loading screen until my call to Adsense for Search is completed.
Basically, I want to have $(".loading").hide()
occur when the contents of a specific div change. Is there a way to do this using Javascript, preferably jquery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用间隔来检查 div 的内容是否发生变化,并让它每 100 毫秒左右触发一次。
You can use an interval to check if the contents of the div change and have it fire every 100ms or so.