jQuery Mobile Tutorial
#jQuery Mobile is a front-end development framework for creating mobile web applications.
jQuery Mobile can be applied to smartphones and tablets.
jQuery Mobile uses HTML5 & CSS3 minimal scripts to lay out web pages.
Online Example
Through our online editor, you can edit the code and view the running results.
Instance
<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>
Run instance»
Click the "Run instance" button to view the online instance
jQuery Mobile Example
Learn through examples! You can learn this technology through a large number of jQuery Mobile online examples on the php Chinese website.
jQuery Mobile Example
jQuery Mobile Reference Manual
You can view the complete version on the php Chinese website jQuery Mobile Properties Reference Manual.
jQuery Mobile Data Reference Manual