advanced code snippet search
tpryan on 12/03/11
jquery mobile semantics html5
12/03/11 11:46am
1 person have marked this snippet as a favorite
yoitsben
An example of less semantic jQuery Mobile 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>
Report this snippet Tweet
Comment:
You need to login to post a comment.