Learning by doing: Reading books and trying to understand the (code) examples
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.2 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Up and Running with jQuery Mobile</title>
  6. <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css">
  7. <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
  8. <script type="text/javascript" src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10. </head>
  11. <body>
  12. <div data-role="page" id="main" data-theme="b">
  13. <div data-role="header">
  14. <h1>Book properties</h1>
  15. </div>
  16. <div data-role="content">
  17. <h2>Up and Running with jQuery Mobile</h2>
  18. <p>Author: <b>Maximiliano Firtman</b></p>
  19. <p>This book has no reviews yet in our database.</p>
  20. <p><a href="ch01_07-1.html" data-rel="dialog" data-transition="pop" data-role="button">
  21. Delete this book</a></p>
  22. <p><a href="" data-role="button">Modify this book</a></p>
  23. </div>
  24. <div data-role="footer">
  25. <h4>O'Reilly store</h4>
  26. </div>
  27. </div>
  28. </body>
  29. </html>