jquerymobile

jQuery Mobile 是用于創(chuàng)建移動(dòng) Web 應(yīng)用的前端開(kāi)發(fā)框架。

jQuery Mobile 可以應(yīng)用于智能手機(jī)與平板電腦。

jQuery Mobile 使用 HTML5 & CSS3 最小的腳本來(lái)布局網(wǎng)頁(yè)。



在線(xiàn)實(shí)例

通過(guò)我們的在線(xiàn)編輯器,你可以編輯代碼,并查看運(yùn)行結(jié)果。

實(shí)例

 <div data-role="page" id="pageone">

  <div data-role="header">
    <h1>頁(yè)面標(biāo)題</h1>
  </div>

  <div data-role="content">
    <p>頁(yè)面內(nèi)容</p>
  </div>

  <div data-role="footer">
    <h1>頁(yè)面底部?jī)?nèi)容</h1>
  </div>
</div>

運(yùn)行實(shí)例 ?

點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線(xiàn)實(shí)例

jQuery Mobile 實(shí)例

通過(guò)實(shí)例學(xué)習(xí)!在php中文網(wǎng)中你可以通過(guò)大量的jQuery Mobile在線(xiàn)實(shí)例來(lái)學(xué)習(xí)該技術(shù)。

  • jQuery Mobile 實(shí)例


jQuery Mobile 參考手冊(cè)

在php中文網(wǎng)中你可以查看完整的 jQuery Mobile 屬性參考手冊(cè)。

  • jQuery Mobile Data 參考手冊(cè)