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>
請點擊“親自試一試”按鈕來查看結果。
posted on 2014-05-19 21:20 順其自然EVO 閱讀(272) 評論(0) 編輯 收藏 所屬分類: jQuery Mobile 教程