jQuery Mobile with Semantic Elements
An example of a more semantic version of jQuery Mobile.
Copy this code and paste it in your HTML
<section data-role="page" id="second" >
<header data-role="header">
</header>
<article data-role="content">
</article>
<footer data-role="footer">
</footer>
</section>
Report this snippet
Comments
Subscribe to comments