From b8d3baed26c99202db6f16dea498bb0dbb7dfd9f Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Thu, 29 Oct 2015 18:22:52 +0000 Subject: [PATCH 1/2] Mobile: Updated content div to 1.4+ style --- page/jquery-mobile/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/jquery-mobile/getting-started.md b/page/jquery-mobile/getting-started.md index 5b662452..c98b24f6 100644 --- a/page/jquery-mobile/getting-started.md +++ b/page/jquery-mobile/getting-started.md @@ -30,7 +30,7 @@ In the ``, a div with a `data-role` of `page` is the wrapper used to delin

My Title

-
+

Hello world

From 58eeb1086f0ed3213dcf34861b50c1043c833da8 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Thu, 29 Oct 2015 21:28:06 +0000 Subject: [PATCH 2/2] Mobile: Fixed text for content area --- page/jquery-mobile/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/jquery-mobile/getting-started.md b/page/jquery-mobile/getting-started.md index c98b24f6..5f07a2bb 100644 --- a/page/jquery-mobile/getting-started.md +++ b/page/jquery-mobile/getting-started.md @@ -11,7 +11,7 @@ To get started, you can simply paste the template below in your favorite text ed In the `` of this template, a meta `viewport` tag sets the screen width to the pixel width of the device. References to jQuery, jQuery Mobile, and the mobile theme stylesheet from the CDN add all the styles and scripts. jQuery Mobile 1.4 works with versions of jQuery core 1.8 and newer. -In the ``, a div with a `data-role` of `page` is the wrapper used to delineate a page. A header bar (`data-role="header"`), a content region (`data-role="content"`) and a footer bar (`data-role="footer"`) are added inside to create a basic page (all three are optional). These `data-` attributes are HTML5 attributes used throughout jQuery Mobile to transform basic markup into an enhanced and styled widget. +In the ``, a div with a `data-role` of `page` is the wrapper used to delineate a page. A header bar (`data-role="header"`), a content region (`class="ui-content"`) and a footer bar (`data-role="footer"`) are added inside to create a basic page (all three are optional). These `data-` attributes are HTML5 attributes used throughout jQuery Mobile to transform basic markup into an enhanced and styled widget. ```