Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5014 from MauriceG/patch-2
Browse files Browse the repository at this point in the history
Docs: Changes beta to RC1 (page-anatomy.html)
  • Loading branch information
jaspermdegroot committed Sep 17, 2012
2 parents 6406f13 + 6d0ece3 commit a229a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/page-anatomy.html
Expand Up @@ -31,7 +31,7 @@ <h1>Anatomy of a Page</h1>
<h2>Mobile page structure</h2>

<p>A jQuery Mobile site must start with an HTML5 "doctype" to take full advantage of all of the framework's features. (Older devices with browsers that don't understand HTML5 will safely ignore the 'doctype' and various custom attributes.) </p>
<p>In the "head", references to jQuery, jQuery Mobile and the mobile theme CSS are all required to start things off. jQuery Mobile 1.2 beta (1.2.0-rc.1) works with versions of jQuery core from 1.6.4 to 1.8.1. We recommend linking to the files hosted on the jQuery CDN for best performance: </p>
<p>In the "head", references to jQuery, jQuery Mobile and the mobile theme CSS are all required to start things off. jQuery Mobile 1.2 RC1 (1.2.0-rc.1) works with versions of jQuery core from 1.6.4 to 1.8.1. We recommend linking to the files hosted on the jQuery CDN for best performance: </p>

<pre><code>
<strong>&lt;!DOCTYPE html&gt; </strong>
Expand Down

0 comments on commit a229a4f

Please sign in to comment.