jquery-mobile-logo_positive.jpg

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="c​​ontent">
    <p>在此處寫入內文</p>
  </div>

  <div data-role="footer">
    <h1>在此處寫入頁尾</h1>
  </div>
</div> 

 

相关文章