Return to Snippet

Revision: 53957
at December 3, 2011 11:46 by tpryan


Initial Code
<div data-role="page" id="page" >
	<div data-role="header">
		<h1>Page</h1>
	</div>
	<div data-role="content">
		<p>Hey! Here's more</p>
	</div>
	<div data-role="footer">
		<h1>Stuff</h1>
	</div>
</div>

Initial URL


Initial Description
An example of less semantic jQuery Mobile Code

Initial Title
jQuery Mobile with divs

Initial Tags
jquery, mobile, html5

Initial Language
HTML