PhoneGap中文网

标题: jqmobi2.1 data-defer="xx.html"失效? [打印本页]

作者: por    时间: 2014-2-26 14:23
标题: jqmobi2.1 data-defer="xx.html"失效?
@树根  jqmobi2.1  data-defer="xx.html"失效?  这个是什么情况。。。。。
作者: admin    时间: 2014-3-1 13:39
data-defer="filename.html"

This will load content into the panel from a remote page/url.  This is useful for separating out content into different files.  af.ui.ready is not available until all files are loaded asynchronously.


  1. <div class="panel" id="login" data-defer="app/login"> </div>

  2. <!-- Load the login content from the HTTP request of app/login -->
复制代码


或者看看我的教程
免费Jqmobi+phonegap入门视频
http://bbs.phonegap100.com/thread-361-1-1.html


感谢你对我们的支持

作者: xxyy    时间: 2014-3-24 16:37
请问data-defer只能用内部页面吗? 要是外部的呢? 
如: <div class="panel" id="login" data-defer="http://www.baidu.com"> </div>

作者: admin    时间: 2014-3-25 09:22
xxyy 发表于 2014-3-24 16:37
请问data-defer只能用内部页面吗? 要是外部的呢? 
如: 

你可以试试




欢迎光临 PhoneGap中文网 (http://bbs.phonegap100.com/) Powered by Discuz! X3.2