JQuery모바일 section, header, footer

Jmnote (토론 | 기여)님의 2012년 12월 9일 (일) 11:01 판 (새 문서: ;jQuery Mobile section, header, footer ;jQuery 모바일 section, header, footer ==예제== <source lang='html5'> <section id='page1' data-role='page'> <header data-role='header'>...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
jQuery Mobile section, header, footer
jQuery 모바일 section, header, footer

1 예제

<section id='page1' data-role='page'>
  <header data-role='header'><h1>제목</h1></header>
  <div class='content'>
    <p>첫번째 페이지</p>
  </div>
  <footer data-role='footer'><h1>jmnote</h1></footer>
</section>

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}