advanced code snippet search
tpryan on 12/03/11
jquery mobile semantics html5
12/03/11 11:49am
3 people have marked this snippet as a favorite
yoitsbenmmcachranringo380
An example of a more semantic version of jQuery Mobile.
<section data-role="page" id="second" > <header data-role="header"> <h1>Second Page</h1> </header> <article data-role="content"> <p>Hey! Here's more</p> </article> <footer data-role="footer"> <h1>Second Page</h1> </footer></section>
Report this snippet Tweet
Comment:
You need to login to post a comment.