Booklet is a jQuery tool for displaying content on the web in a flipbook layout.
<div id="mybook"> <div class="b-load"> <div> <h3>Yay, Page 1!</h3> </div> <div> <h3>Yay, Page 2!</h3> </div> <div> <h3>Yay, Page 3!</h3> </div> <div> <h3>Yay, Page 4!</h3> </div> </div> </div>$(function() { //single book $('#mybook').booklet(); });