jQuery Mobile 教程
jQuery Mobile
jQuery Mobile 是創(chuàng)建移動 web 應(yīng)用程序的框架。
jQuery Mobile 適用于所有流行的智能手機(jī)和平板電腦。
jQuery Mobile 使用 HTML5 和 CSS3 通過盡可能少的腳本對頁面進(jìn)行布局。
每章中的 TIY 實(shí)例
通過我們的在線編輯器,您能夠編輯代碼,然后點(diǎn)擊提交按鈕來查看結(jié)果。
實(shí)例
<div data-role="page" id="pageone"> <div data-role="header"> <h1>在此處寫入標(biāo)題</h1> </div> <div data-role="content"> <p>在此處寫入正文</p> </div> <div data-role="footer"> <h1>在此處寫入頁腳文本</h1> </div> </div>
請點(diǎn)擊“親自試一試”按鈕來查看結(jié)果。
jQuery Mobile 實(shí)例
通過實(shí)例來學(xué)習(xí)!在 W3School,您可以找到大量 jQuery Mobile 實(shí)例,并親自進(jìn)行測試。