戻る

Google Map (jquery.gmap3.js)

次へ
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<title></title>
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css"W>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="js/jquery.gmap3.js"></script>
<script type="text/javascript">

</script>
<style>
#gmap{
	height: 500px;
	background: #eee;
	border: 1px solid #e1deda;
}
</style>
</head>
<body>
<div data-role="page" id="index">
	<div data-role="header">
		<h1>Google Map (jquery.gmap3.js)</h1>
	</div>
	<div data-role="content">
		<div id="gmap"></div>
	</div>
	<div data-role="footer" data-position="fixed">
		<h4>Yohsuke Nakano</h4>
	</div>
</div>
</body>
</html>
inserted by FC2 system