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 minimal scripts with HTML5 & CSS3 to layout web pages.
Online Examples
With our online editor, you can edit the code and view the result.
Example
<div data-role="page" id="pageone">
<div data-role="header">
<h1>Page Title</h1>
</div>
<div data-role="content">
<p>Page Content</p>
</div>
<div data-role="footer">
<h1>Footer Content</h1>
</div>
</div>
Click the "Try It" button to see the example in action.
jQuery Mobile Examples
Learn by examples! On tutorialpro.org, you can learn the technology through numerous jQuery Mobile online examples.
jQuery Mobile Reference Manual
On tutorialpro.org, you can view the complete jQuery Mobile properties reference manual.