jQuery Mobile Tutorial
jQuery Mobile is a front-end development framework for creating mobile Web applications.
jQuery Mobile can be used in smart phones and tablets.
jQuery Mobile use HTML5 & CSS3 minimal script to the page layout.
Online examples
Through our online editor, you can edit the code and see the results.
Examples
<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>
<div data-role="header">
<h1>页面标题</h1>
</div>
<div data-role="content">
<p>页面内容</p>
</div>
<div data-role="footer">
<h1>页面底部内容</h1>
</div>
</div>
try it"
Click the "Try" button to see examples of the results.
Examples jQuery Mobile
Learning by example! In this tutorial you can learn the technique through a lot of jQuery Mobile online instance.
jQuery Mobile Reference Manual
In this tutorial, you can view the complete jQuery Mobile Property Reference manual.