topical media & game development

talk show tell print

mobile-js-sample-chapter-3-3-3.htm / htm



  <!DOCTYPE html>
  <html>
    <head>
      <title>jQuery Mobile Application</title>
  
          <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css" />
          <script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
          <script src="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.js"></script>
  
    </head>
    <body>
  
          <section id="page1" data-role="page">
            <header data-role="header"><h1>jQuery Mobile</h1></header>
            <div class="content" data-role="content">
                  <h3>Unordered List</h3>
                  <ul data-role="listview"> 
                    <li data-role="divider">Things</li>
                    <li><a href="#">Item</a></li>
                    <li><a href="#">Item</a></li>
                    <li><a href="#">Item</a></li>
                    <li data-role="divider">Stuff</li>
                    <li><a href="#">Item</a></li>
                    <li><a href="#">Item</a></li>
                    <li data-role="divider">Miscellaneous</li>
                    <li><a href="#">Item</a></li>
                    <li><a href="#">Item</a></li>
                    <li><a href="#">Item</a></li>
                    <li><a href="#">Item</a></li>
                    <li><a href="#">Item</a></li>
                  </ul>
                  <h3>Ordered List</h3>
                  <ol data-role="listview">
                    <li data-role="divider">Group</li>
                    <li><a href="#">Item</a></li>
                    <li><a href="#">Item</a></li>
                    <li><a href="#">Item</a></li>
                    <li data-role="divider">Group</li>
                    <li><a href="#">Item</a></li>
                    <li><a href="#">Item</a></li>
                    <li data-role="divider">Group</li>
                    <li><a href="#">Item</a></li>
                    <li><a href="#">Item</a></li>
                    <li><a href="#">Item</a></li>
                    <li><a href="#">Item</a></li>
                    <li><a href="#">Item</a></li>
                  </ol>
            </div>
            <footer data-role="footer"><h1>O'Reilly</h1></footer>
          </section>
  
          
    </body>
  </html>
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.