jQuery Mobile
sublime
陳明宏(下載穩定的版本,不建議用最新版,官網下載https://jquery.com/ 與https://jquerymobile.com/ )
使用下面3個檔案
jQuery.mobile-(version版本).css
JQuery-(version).js
jQuery-(version).mobile.js
程式碼如下:
<link rel="stylesheet" href="css/jquery.mobile-1.4.5.min.css">
<script src="js/jquery-2.1.0.min.js"></script>
<script src="js/jquery.mobile-1.4.5.min.js"></script>
(使用min為壓縮檔,檔案較小但無法修改,需修改js請下載uncompressed的檔案)
//以下引用jQuery的程式內容//
<div data-role="header">
<h1>我是標題</h1>
</div>
<div role="main" class="ui-content">
機械您的我這好評當然加工形式包裝恐怖教育活動試驗對你明白好處,部門原帖目前影響黑龍江所有印象往往我的聯繫方式皇帝體,現代化考察私服刺激參加發表製品各地操作系統蔬菜銷售對面時代等,存儲兩種以來瘋狂衝擊於是全國中文男女鄭州網易一座指出一系列客,室內就會發貼該公司他們的支持書記學者認定集體隨後圖文電力業主。
</div>
<div data-role="footer">
<h1>頁腳頁尾</h1>
</div>
</div>