jQuery Mobile 教學

jQuery Mobile 是用於創建移動 Web 應用的前端開發框架。
jQuery Mobile 可以應用於智能手機與平板電腦。
jQuery Mobile 使用 HTML5 & CSS3 最小的腳本來佈局網頁。
線上實例
通過我們的線上編輯器,你可以編輯代碼,並查看運行結果。
實例
<div data-role="page" id="pageone">
<div data-role="header">
<h1>頁面標題</h1>
</div>
<div data-role="content">
<p>頁面內容</p>
</div>
<div data-role="footer">
<h1>頁面底部內容</h1>
</div>
</div>
<div data-role="header">
<h1>頁面標題</h1>
</div>
<div data-role="content">
<p>頁面內容</p>
</div>
<div data-role="footer">
<h1>頁面底部內容</h1>
</div>
</div>
點擊 "嘗試一下" 按鈕查看實例運行結果。
jQuery Mobile 實例
通過實例學習!在IT研修中你可以通過大量的jQuery Mobile線上實例來學習該技術。
jQuery Mobile 參考手冊
在IT研修中你可以查看完整的 jQuery Mobile 屬性參考手冊。