Installation
Requirements
jCoverflip depends upon:
- jQuery version 1.3 or later
- jQuery UI 1.7.2 (only the core of jQuery UI is required and the themes are not used)
Installation
- Install jQuery 1.3+ and jQuery UI 1.7.2
- Download jCoverflip
- Add the styles to your site:
.ui-jcoverflip {
position: relative;
}
.ui-jcoverflip--item {
position: absolute;
display: block;
} - Include jCoverflip script after jQuery and jQuery UI in the
<head>
of your HTML document:
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.ui.js"></script>
<script type="text/javascript" src="jquery.jcoverflip.js"></script>