jquery:显示加载程序直到图像存在于特定文件夹中
我想显示一个图像加载器和继续检查,直到图像存在于特定文件夹中。
请求的图像是通过队列动态生成的,因此我不知道图像何时
实际存在,但我手头有它的名称。
此过程涉及两个步骤
:第一: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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以使用 jquery image load ,它会等待浏览器加载图像//
但它会一直等待直到图像准备好
you can use jquery image load , it waits until browser loads the image//
but it keeps waiting until the image is ready