标签:io on ad html ef htm type dp 编程
$.mobile.page.prototype.options.domCache=true;//在mobileinit中设置保存所有先前访问过的网页dom,
另外,缓存只是一个特定的页面,可以在需要缓存的页面容器中添加data-dom-cache=true,
在a链接中添加data-prefetch就可以预取到该链接所指向的页面内容,也可以用编程的方式$.mobile.loadPage(‘a.html‘,{showLoadMsg:false});第二个参数可有可无。
标签:io on ad html ef htm type dp 编程
原文地址:http://www.cnblogs.com/toward-the-sun/p/4136352.html