【发布时间】:2017-07-23 17:21:40
【问题描述】:
我正在使用 jquery mobile 进行开发,而对于一个新项目,我决定使用多个文件。
index.html
locations.html
rewards.html
我正在像这样成功链接页面。
index -> locations -> rewards
我能够在我的 locations.html 页面加载时动态加载数据,但在单击 locations.html 页面上的链接后将动态内容加载到我的奖励.html 页面时遇到问题。
ajax 调用工作正常,我可以通过控制台看到内容加载,但页面上没有加载内容。
我在我的locations.html 页面上成功使用了jquery 移动列表视图,但无法在rewards.html 页面上加载列表视图。
希望这是有道理的..
【问题讨论】:
标签: jquery cordova mobile phonegap