SlideShare a Scribd company logo
C:UsersSummerDesktopjQuery Template 2index.html Thursday, July 18, 2013 9:00 AM
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Multi-page template</title>
<link rel="stylesheet" href=
"http://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.css" />
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.js"></script>
</head>
<body>
<!-- Start of first page: #one -->
<div data-role="page" id="one">
<div data-role="header">
<h1>Minuteman Lexington High School Summer Mobile App</h1>
</div><!-- /header -->
<div data-role="content" >
<h2>Welcome To The Minuteman High School Summer Web Development Mobile App</h2>
<p>I have an <code>id</code> of "one" on my page container. I'm first in the source
order so I'm shown when the page loads.</p>
<p>This is a multi-page boilerplate template that you can copy to build your first
jQuery Mobile page. This template contains multiple "page" containers inside, unlike a
<a href="page-template.html"> single page template</a> that has just one page within it.
</p>
<p>Just view the source and copy the code to get started. All the CSS and JS is linked
to the jQuery CDN versions so this is super easy to set up. Remember to include a meta
viewport tag in the head to set the zoom level.</p>
<p>You link to internal pages by referring to the <code>id</code> of the page you want
to show. For example, to <a href="#two" >link</a> to the page with an <code>id</code>
of "two", my link would have a <code>href="#two"</code> in the code.</p>
<h3>Show internal pages:</h3>
<p><a href="#two" data-role="button">Tutorials(page 2)</a></p>
<p><a href="#popup" data-role="button" data-rel="dialog" data-transition="pop">Show
page "popup" (as a dialog)</a></p>
<p><a href="#four" data-role="button" data-transition="flip">Course
Information(page 4)</a></p> <p><a href="#five" data-role="button"
data-transition="flip">Important Links</a></p
></div><!-- /content -->
<div data-role="footer" data-theme="d">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page one -->
-1-
C:UsersSummerDesktopjQuery Template 2index.html Thursday, July 18, 2013 9:00 AM
<!-- Start of second page: #two -->
<div data-role="page" id="two" data-theme="a">
<div data-role="header">
<h1>Tutorials</h1>
</div><!-- /header -->
<div data-role="content" data-theme="a">
<h2>Tutorials</h2>
<p>I have an id of "two" on my page container. I'm the second page container in this
multi-page template.</p>
<p>Notice that the theme is different for this page because we've added a few <code>
data-theme</code> swatch assigments here to show off how flexible it is. You can add
any content or widget to these pages, but we're keeping these simple.</p>
<p><a href="#one" data-direction="reverse" data-role="button" data-theme="b">Back to
page "one"</a></p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page two -->
<!-- Start of third page: #popup -->
<div data-role="page" id="popup">
<div data-role="header" data-theme="e">
<h1>Dialog</h1>
</div><!-- /header -->
<div data-role="content" data-theme="d">
<h2>Popup</h2>
<p>I have an id of "popup" on my page container and only look like a dialog because the
link to me had a <code>data-rel="dialog"</code> attribute which gives me this inset
look and a <code>data-transition="pop"</code> attribute to change the transition to
pop. Without this, I'd be styled as a normal page.</p>
<p><a href="#one" data-rel="back" data-role="button" data-inline="true" data-icon="back"
>Back to page "one"</a></p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page popup -->
<!-- Start of Fourth Page: #four -->
<div data-role="page" id="four" data-theme="a">
<div data-role="header">
<h1>Course Information</h1>
</div><!-- /header -->
-2-
C:UsersSummerDesktopjQuery Template 2index.html Thursday, July 18, 2013 9:00 AM
<div data-role="content" data-theme="a">
<h2>Course Information</h2>
<p>I have an id of "two" on my page container. I'm the second page container in this
multi-page template.</p>
<p>Notice that the theme is different for this page because we've added a few <code>
data-theme</code> swatch assigments here to show off how flexible it is. You can add
any content or widget to these pages, but we're keeping these simple.</p>
<p><a href="#one" data-direction="reverse" data-role="button" data-theme="b">Back to
page "one"</a></p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page two -->
<!-- Start of second page: #five -->
<div data-role="page" id="five" data-theme="a">
<div data-role="header">
<h1>Important Links</h1>
</div><!-- /header -->
<div data-role="content" data-theme="c">
<h2>Important Links</h2>
<p>I have an id of "two" on my page container. I'm the second page container in this
multi-page template.</p>
<p>Notice that the theme is different for this page because we've added a few <code>
data-theme</code> swatch assigments here to show off how flexible it is. You can add
any content or widget to these pages, but we're keeping these simple.</p>
<p><a href="#one" data-direction="reverse" data-role="button" data-theme="c">Back to
page "one"</a></p>
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page two -->
</body>
</html>
-3-

More Related Content

PDF
Jquery mobile2
PDF
Advanced JQuery Mobile tutorial with Phonegap
PDF
jQuery Mobile: Progressive Enhancement with HTML5
TXT
Diy frozen snow globe
PDF
Android Bazaar Conference講演資料「Onsen UIデビュー!」
PDF
Overview on jQuery mobile
PPTX
Introduction to jQuery Mobile
PPTX
Twitter bootstrap
Jquery mobile2
Advanced JQuery Mobile tutorial with Phonegap
jQuery Mobile: Progressive Enhancement with HTML5
Diy frozen snow globe
Android Bazaar Conference講演資料「Onsen UIデビュー!」
Overview on jQuery mobile
Introduction to jQuery Mobile
Twitter bootstrap

What's hot (20)

PPT
jQuery Mobile with HTML5
ZIP
引き出しとしてのDjango - SoozyCon7
PPTX
計算機概論20161205
PPTX
計算機概論20161212
PPT
Introduction to ZendX jQuery
PDF
Introduction to jQuery Mobile - Web Deliver for All
TXT
Test upload
PDF
jQtouch, Building Awesome Webapps
PPTX
jQuery Mobile - Desenvolvimento para dispositivos móveis
TXT
The project gutenberg e book, fairy tales from brazil, by elsie spicer
PPTX
Jquery mobile
TXT
smoke1272528461
RTF
Documento
PDF
Your Custom WordPress Admin Pages Suck
PDF
Desenvolvimento web com Ruby on Rails (parte 2)
PPT
Introduction to Zend_Pdf
DOC
TXT
History of-christmas[1]
PDF
HTML5 Essentials
TXT
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
jQuery Mobile with HTML5
引き出しとしてのDjango - SoozyCon7
計算機概論20161205
計算機概論20161212
Introduction to ZendX jQuery
Introduction to jQuery Mobile - Web Deliver for All
Test upload
jQtouch, Building Awesome Webapps
jQuery Mobile - Desenvolvimento para dispositivos móveis
The project gutenberg e book, fairy tales from brazil, by elsie spicer
Jquery mobile
smoke1272528461
Documento
Your Custom WordPress Admin Pages Suck
Desenvolvimento web com Ruby on Rails (parte 2)
Introduction to Zend_Pdf
History of-christmas[1]
HTML5 Essentials
TURN YOUR CELL PHONE FROM A LIABILITY INTO AN ASSET!
Ad

Viewers also liked (7)

PDF
Daniel Downs: Student Experiences In A Project Based Learning Technology Curr...
PDF
Ipad quick-reference-2
PDF
Module 10search engine optimization
PDF
Seo continued page 2
PPT
Developing a mobile application curriculum which empowers authentic
PDF
Module11: Creating A External Style Sheet and Creating A Gallery
DOCX
THE EFFECTS OF SOCIAL NETWORKING SITES ON THE ACADEMIC PERFORMANCE OF STUDENT...
Daniel Downs: Student Experiences In A Project Based Learning Technology Curr...
Ipad quick-reference-2
Module 10search engine optimization
Seo continued page 2
Developing a mobile application curriculum which empowers authentic
Module11: Creating A External Style Sheet and Creating A Gallery
THE EFFECTS OF SOCIAL NETWORKING SITES ON THE ACADEMIC PERFORMANCE OF STUDENT...
Ad

Similar to Index of jquery template 2 Minuteman Summer Web Dev. (20)

PPTX
JQuery Mobile UI
PDF
iWebkit
PPTX
Polytechnic speaker deck oluwadamilare
PPTX
Polytechnic speaker deck oluwadamilare
DOCX
Doctype html
TXT
Xxx
TXT
Private slideshow
TXT
Copy of-a-walk-around-westfall-plaza
PPTX
One Size Fits All
PDF
Building iPhone Web Apps using "classic" Domino
PDF
Mobile themes, QR codes, and shortURLs
PDF
HTML5 and the dawn of rich mobile web applications pt 2
PDF
Vue.js - zastosowanie i budowa komponentów
PDF
HTML5, The Open Web, and what it means for you - Altran
PPSX
Introduction to Html5
PDF
Bootstrap
TXT
PDF
HTML5 workshop, part 1
PPTX
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
PDF
Creating HTML Pages
JQuery Mobile UI
iWebkit
Polytechnic speaker deck oluwadamilare
Polytechnic speaker deck oluwadamilare
Doctype html
Xxx
Private slideshow
Copy of-a-walk-around-westfall-plaza
One Size Fits All
Building iPhone Web Apps using "classic" Domino
Mobile themes, QR codes, and shortURLs
HTML5 and the dawn of rich mobile web applications pt 2
Vue.js - zastosowanie i budowa komponentów
HTML5, The Open Web, and what it means for you - Altran
Introduction to Html5
Bootstrap
HTML5 workshop, part 1
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
Creating HTML Pages

More from Daniel Downs (20)

PDF
Jquery template 1 3 pages
PDF
Module6 htmlcss helpfulcodeandwebsites
PDF
Module 4 Minuteman Lexington Web Design Daniel Downs
PDF
Module 3 Progress Codes Web Design Daniel Downs Minuteman Lexington Ma
PDF
Module 2 lexington minuteman web development basic layout template
PDF
Module 1 Web design & Development Lexington Minuteman
PDF
App research project
PDF
Blogger custom domain on go daddy blogger widgets
PDF
Outline for action research prospectus
PDF
You have decided to go off on your own as a freelance webdesigner
PDF
Making a basicappinflash (1)
PDF
Daniel Downs Technology Portfolio Final May 2013 final (1)
PDF
Web design 1& 2 lesson outline
PDF
You are part of an international news team reporting from a foreign country
PDF
Marketing plan powerpoint
PDF
Final screen castfinalweb12
PDF
Info processing photoshop projects
PDF
The journal discover 14 top learning apps
PDF
Sports marketing job paper guide
PDF
Web design i-assignment_1_due_wednesday
Jquery template 1 3 pages
Module6 htmlcss helpfulcodeandwebsites
Module 4 Minuteman Lexington Web Design Daniel Downs
Module 3 Progress Codes Web Design Daniel Downs Minuteman Lexington Ma
Module 2 lexington minuteman web development basic layout template
Module 1 Web design & Development Lexington Minuteman
App research project
Blogger custom domain on go daddy blogger widgets
Outline for action research prospectus
You have decided to go off on your own as a freelance webdesigner
Making a basicappinflash (1)
Daniel Downs Technology Portfolio Final May 2013 final (1)
Web design 1& 2 lesson outline
You are part of an international news team reporting from a foreign country
Marketing plan powerpoint
Final screen castfinalweb12
Info processing photoshop projects
The journal discover 14 top learning apps
Sports marketing job paper guide
Web design i-assignment_1_due_wednesday

Recently uploaded (20)

PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
MYSQL Presentation for SQL database connectivity
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
cuic standard and advanced reporting.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Approach and Philosophy of On baking technology
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Network Security Unit 5.pdf for BCA BBA.
MIND Revenue Release Quarter 2 2025 Press Release
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
MYSQL Presentation for SQL database connectivity
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
cuic standard and advanced reporting.pdf
The AUB Centre for AI in Media Proposal.docx
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Empathic Computing: Creating Shared Understanding
Spectral efficient network and resource selection model in 5G networks
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Programs and apps: productivity, graphics, security and other tools
Approach and Philosophy of On baking technology

Index of jquery template 2 Minuteman Summer Web Dev.

  • 1. C:UsersSummerDesktopjQuery Template 2index.html Thursday, July 18, 2013 9:00 AM <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Multi-page template</title> <link rel="stylesheet" href= "http://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.css" /> <script src="http://code.jquery.com/jquery-1.8.3.min.js"></script> <script src="http://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.js"></script> </head> <body> <!-- Start of first page: #one --> <div data-role="page" id="one"> <div data-role="header"> <h1>Minuteman Lexington High School Summer Mobile App</h1> </div><!-- /header --> <div data-role="content" > <h2>Welcome To The Minuteman High School Summer Web Development Mobile App</h2> <p>I have an <code>id</code> of "one" on my page container. I'm first in the source order so I'm shown when the page loads.</p> <p>This is a multi-page boilerplate template that you can copy to build your first jQuery Mobile page. This template contains multiple "page" containers inside, unlike a <a href="page-template.html"> single page template</a> that has just one page within it. </p> <p>Just view the source and copy the code to get started. All the CSS and JS is linked to the jQuery CDN versions so this is super easy to set up. Remember to include a meta viewport tag in the head to set the zoom level.</p> <p>You link to internal pages by referring to the <code>id</code> of the page you want to show. For example, to <a href="#two" >link</a> to the page with an <code>id</code> of "two", my link would have a <code>href="#two"</code> in the code.</p> <h3>Show internal pages:</h3> <p><a href="#two" data-role="button">Tutorials(page 2)</a></p> <p><a href="#popup" data-role="button" data-rel="dialog" data-transition="pop">Show page "popup" (as a dialog)</a></p> <p><a href="#four" data-role="button" data-transition="flip">Course Information(page 4)</a></p> <p><a href="#five" data-role="button" data-transition="flip">Important Links</a></p ></div><!-- /content --> <div data-role="footer" data-theme="d"> <h4>Page Footer</h4> </div><!-- /footer --> </div><!-- /page one --> -1-
  • 2. C:UsersSummerDesktopjQuery Template 2index.html Thursday, July 18, 2013 9:00 AM <!-- Start of second page: #two --> <div data-role="page" id="two" data-theme="a"> <div data-role="header"> <h1>Tutorials</h1> </div><!-- /header --> <div data-role="content" data-theme="a"> <h2>Tutorials</h2> <p>I have an id of "two" on my page container. I'm the second page container in this multi-page template.</p> <p>Notice that the theme is different for this page because we've added a few <code> data-theme</code> swatch assigments here to show off how flexible it is. You can add any content or widget to these pages, but we're keeping these simple.</p> <p><a href="#one" data-direction="reverse" data-role="button" data-theme="b">Back to page "one"</a></p> </div><!-- /content --> <div data-role="footer"> <h4>Page Footer</h4> </div><!-- /footer --> </div><!-- /page two --> <!-- Start of third page: #popup --> <div data-role="page" id="popup"> <div data-role="header" data-theme="e"> <h1>Dialog</h1> </div><!-- /header --> <div data-role="content" data-theme="d"> <h2>Popup</h2> <p>I have an id of "popup" on my page container and only look like a dialog because the link to me had a <code>data-rel="dialog"</code> attribute which gives me this inset look and a <code>data-transition="pop"</code> attribute to change the transition to pop. Without this, I'd be styled as a normal page.</p> <p><a href="#one" data-rel="back" data-role="button" data-inline="true" data-icon="back" >Back to page "one"</a></p> </div><!-- /content --> <div data-role="footer"> <h4>Page Footer</h4> </div><!-- /footer --> </div><!-- /page popup --> <!-- Start of Fourth Page: #four --> <div data-role="page" id="four" data-theme="a"> <div data-role="header"> <h1>Course Information</h1> </div><!-- /header --> -2-
  • 3. C:UsersSummerDesktopjQuery Template 2index.html Thursday, July 18, 2013 9:00 AM <div data-role="content" data-theme="a"> <h2>Course Information</h2> <p>I have an id of "two" on my page container. I'm the second page container in this multi-page template.</p> <p>Notice that the theme is different for this page because we've added a few <code> data-theme</code> swatch assigments here to show off how flexible it is. You can add any content or widget to these pages, but we're keeping these simple.</p> <p><a href="#one" data-direction="reverse" data-role="button" data-theme="b">Back to page "one"</a></p> </div><!-- /content --> <div data-role="footer"> <h4>Page Footer</h4> </div><!-- /footer --> </div><!-- /page two --> <!-- Start of second page: #five --> <div data-role="page" id="five" data-theme="a"> <div data-role="header"> <h1>Important Links</h1> </div><!-- /header --> <div data-role="content" data-theme="c"> <h2>Important Links</h2> <p>I have an id of "two" on my page container. I'm the second page container in this multi-page template.</p> <p>Notice that the theme is different for this page because we've added a few <code> data-theme</code> swatch assigments here to show off how flexible it is. You can add any content or widget to these pages, but we're keeping these simple.</p> <p><a href="#one" data-direction="reverse" data-role="button" data-theme="c">Back to page "one"</a></p> </div><!-- /content --> <div data-role="footer"> <h4>Page Footer</h4> </div><!-- /footer --> </div><!-- /page two --> </body> </html> -3-