jQuery Mobile with divs


/ Published in: HTML
Save to your folder(s)

An example of less semantic jQuery Mobile Code


Copy this code and paste it in your HTML
  1. <div data-role="page" id="page" >
  2. <div data-role="header">
  3. <h1>Page</h1>
  4. </div>
  5. <div data-role="content">
  6. <p>Hey! Here's more</p>
  7. </div>
  8. <div data-role="footer">
  9. <h1>Stuff</h1>
  10. </div>
  11. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.