Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Getting Started

homeara edited this page Jul 12, 2012 · 3 revisions

Now you can use jCoverflip like other jQuery UI widgets. After installing jQuery, jQuery UI, and jCoverflip, just call .jcoverflip() on the parent element to create it.

  Ex:
  <ul id="flip">
    <li><a href="..."><img ...><span class="title">My title</span></a></li>
    <li><a href="..."><img ...><span class="title">My title</span></a></li>
    ...
  </ul>
  <script>
    $(function(){
      $('#flip').jcoverclip();
    });
  </script>

Previous: Installation

Next: Advanced Customization

Clone this wiki locally