Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / experiments / google-maps / index.html
1 <!DOCTYPE HTML>
2 <html lang="en-US">
3 <head>
4         <meta charset="utf-8">
5         <meta name="viewport" content="width=device-width, initial-scale=1">
6         <title>Main Page</title>
7         <link rel="stylesheet"  href="../../css/themes/default/" />
8         <script src="../../js/jquery.js"></script>
9         <script src="../../js/"></script>
10         
11         <script src="http://maps.google.com/maps/api/js?sensor=false"></script>
12
13         
14 </head>
15 <body>
16
17         <div data-role="page">
18                 <div data-role="header"><h1>Google maps view</h1></div>
19                 <div data-role="content"> 
20                         <p>If you're linking to a map page with jQuery Mobile's Ajax behavior, be sure to load google maps in the first real page's head, since it uses document.write and can not be included in the data-role=page div like normal scripts can. <a href="map.html?">View map</a></p>
21                 </div>
22         </div>
23         
24 </body>
25 </html>