Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / tests / functional / hashchange / hashchange2.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4         <meta charset="utf-8">
5         <meta name="viewport" content="width=device-width, initial-scale=1">
6         <title>jQuery Mobile: hashchange Tester: Yet another page</title>
7         <link rel="stylesheet"  href="../../../css/themes/default/jquery.mobile.css" />
8         <link rel="stylesheet" href="../../../docs/_assets/css/jqm-docs.css" />
9         <script src="../../../js/jquery.tag.inserter.js"></script>
10         <script src="../../../js/jquery.js"></script>
11         <script src="../../../docs/_assets/js/jqm-docs.js"></script>
12         <script src="../../../js/"></script>
13 </head>
14 <body>
15 <div data-role="page">
16         <div data-role="header">
17                 <h1>Yet another page</h1>
18         </div>
19         <div data-role="content">
20                 <a data-role="button" href="hashchange.html">A page</a>
21                 <div id="yet-another-popup" data-role="popup">
22                         <p>Popup on yet another page</a>
23                 </div>
24                 <a data-role="button" href="#yet-another-popup" data-rel="popup">Popup on yet another page</a>
25                 <a data-role="button" href="dialog.html" data-rel="dialog">A dialog</a>
26         </div>
27 </div>
28 </body>
29 </html>