topical media & game development

talk show tell print

mobile-js-sample-chapter-4-4-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">
  
          <ul data-role="listview" 
                      data-split-icon="star" 
                          data-divider-theme="e"
                          data-count-theme="a">
            <li data-role="list-divider">French Restaurants<span class="ui-li-count">3</span></li>
            <li>
                    <a href="lecentral.html">Le Central</a>
                          <a href="reservations.php?restaurant=403">Make Reservations</a>
                    </li>
            <li>
                    <a href="bistrovandome.html">Bistro Vandome</a>
                          <a href="reservations.php?restaurant=404">Make Reservations</a>
                    </li>
            <li>
                    <a href="antoines.html">Antoine's</a>
                          <a href="reservations.php?restaurant=405">Make Reservations</a>
                    </li>
          </ul>
  
            </div>
            </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.