Sha256: 8a9a6c6b8dcd55586527d853aa63f88d269fd7a04ae55bbb03649b9816b8e1d2
Contents?: true
Size: 987 Bytes
Versions: 18
Compression:
Stored size: 987 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery Mobile Framework - Dialog Example</title> <link rel="stylesheet" href="../../css/themes/default/jquery.mobile-1.3.0.css" /> <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/> <script src="../js/jquery.js"></script> <script src="../../docs/_assets/js/jquery.mobile.demos.js"></script> <script src="../js/jquery.mobile-1.3.0.js"></script> </head> <body> <div data-role="page" data-close-btn="right"> <div data-role="header"> <h1>Dialog</h1> </div> <div data-role="content"> <h1>Right close button</h1> <p>This is a regular page, styled as a dialog. To create a dialog, just link to a normal page and include a transition and <code>data-rel="dialog"</code> attribute.</p> <a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="b">Ok, I get it</a> </div> </div> </body> </html>
Version data entries
18 entries across 18 versions & 1 rubygems