Latest web development tutorials

jQuery Mobile 教程

jquerymobile

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>

嘗試一下»

點擊"嘗試一下"按鈕查看實例運行結果。

jQuery Mobile 實例

通過實例​​學習! 在本教程中你可以通過大量的jQuery Mobile在線實例來學習該技術。


jQuery Mobile 參考手冊

在本教程中你可以查看完整的jQuery Mobile 屬性參考手冊。