Google Map Preparation
by Alex Azuero
HTML
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<style>
</style>
</head>
<body>
<div data-role="page" id="home">
<div data-role="main" class="ui-content">
<h2>Main Page</h2>
<ul data-role="listview" data-inset="true">
<li><a href="#mapPage">Panel:</a></li>
<li><a href="#boilerPlate">Main Page</a></li>
<li><a href="#thirdPage">Map</a></li>
</ul>
</div>
</div>
<!--Second Page -->
<div data-role="page" id="boilerPlate">
<div data-role="header">
<h1>Welcome To My Homepage</h1>
<a href="#home" class="ui-btn ui-shadow ui-corner-all ui-icon-home ui-btn-icon-notext">home</a>
</div>
<div data-role="main" class="ui-content">
<p>I Am Now A Mobile Developer!!</p>
</div>
<div data-role="footer">
<h1>Footer Text</h1>
</div>
</div>
<!--third Page-->
<div data-role="page" id="thirdPage">
<div data-role="header">
<h1>Welcome To My Homepage</h1>
<a href="#home" class="ui-btn ui-shadow ui-corner-all ui-icon-home ui-btn-icon-notext">home</a>
</div>
<div data-role="main" class="ui-content">
<p>I Am Now A Mobile Developer!!</p>
</div>
<div data-role="footer">
<h1>Footer Text</h1>
</div>
</div>
<!--Map Page-->
<div data-role="page" id="mapPage">
<div data-role="panel" id="myPanel" data-dismissible="true" data-dismissible="true" data-theme="b"data-display="overlay" data-position="right" data-position-fixed="true">
<h2>Panel Header</h2>
<p>You can close the panel by clicking outside the panel, pressing the Esc key or by swiping.</p>
</div>
<div data-role="header">
<h1>Page Header</h1>
</div>
<div data-role="main" class="ui-content">
<p>Click on the...