用來開發手機APP的軟件jQTouch
支援:Android & iPhone APP開發

開放源碼下載
前往下載頁面
安裝方式
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript"> google.load("jquery", "1.3.2"); </script>
<script src="jqtouch/jqtouch.min.js" type="application/x-javascript" charset="utf-8"></script>
<style type="text/css" media="screen">@import "jqtouch/jqtouch.min.css";</style>
<style type="text/css" media="screen">@import "themes/jqt/theme.min.css";</style>
<script>
$.jQTouch({
icon: 'jqtouch.png',
statusBar: 'black-translucent',
preloadImages: [
'themes/jqt/img/chevron_white.png',
'themes/jqt/img/bg_row_select.gif',
'themes/jqt/img/back_button_clicked.png',
'themes/jqt/img/button_clicked.png'
]
});
</script>
基本設定值
頁面轉跳設定
支援動態設定方式
支援離線設定方式
基礎語法教學此篇轉自:ofps.oreilly.com
CallBack方式
相關說明書籍

