Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $( ".container" ).click(function() {
  2. $("#flipbook").turn("next");
  3. });
  4.  
  5. $( ".container" ).click(function() {
  6. $("#flipbook").turn("previous");
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement