pull.html 607 B

123456789101112131415161718192021
  1. <section id="pull" data-pull="normal" data-transition="slide">
  2. <div class="normal" data-control="pull" data-icon="arrow-down" data-loading="black">
  3. <strong>title</strong>
  4. </div>
  5. <header data-title="Pull & Refresh" data-back="home"></header>
  6. <article class="active list indented">
  7. <ul>
  8. <li class="contrast" data-icon="ok">
  9. <strong>
  10. Test this featury only drag down.
  11. </strong>
  12. <small>This element has an associated event</small>
  13. </li>
  14. </ul>
  15. </article>
  16. </section>