jquery:显示加载程序直到图像存在于特定文件夹中

发布于 2024-10-05 21:07:11 字数 192 浏览 6 评论 0原文

我想显示一个图像加载器和继续检查,直到图像存在于特定文件夹中。

请求的图像是通过队列动态生成的,因此我不知道图像何时

实际存在,但我手头有它的名称。

此过程涉及两个步骤

:第一:POST 请求将图像提交到队列脚本。 第二:显示加载程序直到图像实际存在,然后显示图像本身。

非常感谢您的帮助。

I want to display an image loader & keep checking until the image exists in a specific folder.

The images requested are dynamically generated through a queue so I have no idea when the

image will be actually there, but I have its name in hand.

This process involve two steps

1st: POST request to submit image to queue script.
2nd: display loader until image is actually there, then displaying the image itself.

Your help is greatly appreciated.

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

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

发布评论

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

评论(1

山田美奈子 2024-10-12 21:07:11

你可以使用 jquery image load ,它会等待浏览器加载图像//

但它会一直等待直到图像准备好

http://api.jquery.com/load-event/

you can use jquery image load , it waits until browser loads the image//

but it keeps waiting until the image is ready

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