jQuery Mobile 教程

jQuery Mobile

jQuery Mobile 是創建移動 web 應用程序的框架。

jQuery Mobile 適用于所有流行的智能手機和平板電腦。

jQuery Mobile 使用 HTML5 和 CSS3 通過盡可能少的腳本對頁面進行布局。

每章中的 TIY 實例

通過我們的在線編輯器,您能夠編輯代碼,然后點擊提交按鈕來查看結果。

實例

<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 實例

通過實例來學習!在 CodeW3C.com,您可以找到大量 jQuery Mobile 實例,并親自進行測試。

jQuery Mobile 實例

jQuery Mobile 參考手冊

在 CodeW3C.com,您將找到包含所有 jQuery Mobile 屬性的完整參考手冊。

jQuery Mobile 數據參考手冊