mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-21 06:40:59 +00:00
Added an H2
This commit is contained in:
parent
8d496b782e
commit
1c136582ac
1 changed files with 2 additions and 0 deletions
|
|
@ -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 — where ordinary links will "just work" without any special configuration — while creating a rich, native-like experience that can't be achieved with standard HTTP requests.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue