论坛首页 移动开发技术论坛

发布了一个jquery mobile / phonegap的结合使用的模板工程

浏览 2030 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2013-05-22  

下载地址

 

https://code.google.com/p/jqmobi-phonegap-template/downloads/list

 

index.html引入和启动的代码如下:

 

<script src="./js/x.js"></script>
<script src="./js/page.utils.js"></script>
<script src="./js/jquery-1.8.3.min.js"></script>
<script src="./jquery-mobile/jquery.mobile-1.3.0.js"></script>
<script src="./js/underscore.min.js"></script>

<script src="./js/cordova.js"></script>
<script src="./js/cordova-init.js"></script>

<script language="javascript">
$(function(){
	PageUtils.initApp();
});
</script>

 

论坛首页 移动开发技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics