jqtouch - 没有出现加载图像
我正在使用 jqtouch 创建一个 Web 应用程序,并有一个指向外部 html 页面的 ajax 链接。当有互联网连接时,该链接工作正常,但当连接不可用时,则不会出现“正在加载”消息。
这应该是 jqtouch 中的默认行为吗?如果是这样,什么可能导致图像不显示?
感谢您的帮助
I'm creating a web app using jqtouch and have an ajax link to an external html page. The link works fine when there is internet connectivity, but when the connection is not available, there is no "loading" message.
Should this be a default behavior in jqtouch? If so, what could be causing the image to NOT display?
Thanks for your help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,我自己做的。
JS 代码:
并在页面上放置一个 div:
以及所有外部链接,如:
结论:
我将所有链接转换为在点击事件上工作。
我希望它能解决你的问题。
Well I done it by my own.
JS code:
And put a div on the page:
And all external links like:
Conclusion:
I convert all links to be worked on tap event.
I hope it solves your problem.