Added an H2

This commit is contained in:
toddparker 2011-07-29 17:34:18 -04:00
parent 8d496b782e
commit 1c136582ac

View file

@ -22,6 +22,8 @@
<div data-role="content">
<div class="content-primary">
<h2>Linking pages</h2>
<p>jQuery Mobile is designed to work with simple page linking conventions. Essentially, you can link pages and assets as you normally would, and jQuery Mobile will automatically handle page requests in a single-page model, using Ajax when possible. When Ajax isn't possible (such as a non-same-domain url, or if specified using certain attributes on the link), a normal http request is used instead.</p>
<p>The goal of this model is to allow developers to create websites using best practices &mdash; where ordinary links will "just work" without any special configuration &mdash; while creating a rich, native-like experience that can't be achieved with standard HTTP requests.</p>