使用 jQuery Mobile,我可以手动预取外部页面,如下所示:
$.mobile.loadPage(
"content.html",
{ showLoadMsg: true }
);
但是我应该手动从内存中删除那个页面吗?从某种意义上说,“卸货”了吗?
谢谢
使用 jQuery Mobile,我可以手动预取外部页面,如下所示:
$.mobile.loadPage(
"content.html",
{ showLoadMsg: true }
);
但是我应该手动从内存中删除那个页面吗?从某种意义上说,“卸货”了吗?
谢谢