From 30f00168c213cb887e830e9f16d107521f9e4bac Mon Sep 17 00:00:00 2001 From: Amy Etheredge Date: Sun, 18 Oct 2015 16:55:43 -0400 Subject: [PATCH] jQuery Mobile version number updates Fixes gh-676 --- page/jquery-mobile/getting-started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/page/jquery-mobile/getting-started.md b/page/jquery-mobile/getting-started.md index 47e0d49d..5b662452 100644 --- a/page/jquery-mobile/getting-started.md +++ b/page/jquery-mobile/getting-started.md @@ -9,7 +9,7 @@ jQuery Mobile provides a set of touch-friendly UI widgets and an Ajax-powered na To get started, you can simply paste the template below in your favorite text editor, save, and open the document in a browser. -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.2 (1.2.0) works with versions of jQuery core from 1.7.0 to 1.8.2. +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. @@ -19,9 +19,9 @@ In the ``, a div with a `data-role` of `page` is the wrapper used to delin My Page - - - + + +