AJAX 获取页面不在清单上
使用缓存的 HTML 页面和 JQuery,似乎不可能从服务器获取清单中未列出的页面。每当我尝试访问不在清单上的页面时,它总是返回 null 或“”。有人设法访问不在清单上的页面吗?如果是这样,怎么办?此代码将部署在 Webkit 上(每晚构建)。
With a cached HTML page and JQuery, It seems it is impossible to get a page from the server that was not listed on the manifest. Any time I try to access a page not on the manifest, it always returns null, or "". Has anyone managed to access a page not on the manifest? If so, how? This code will deployed on Webkit(nightly build).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
知道了!也很简单...
我忘记添加以下内容到缓存
网络:允许ajax获取不在缓存上的任何页面
Got It! Pretty simple too...
I forgot to add the following to cache
The NETWORK: allows ajax to get any pages not on the cache