Template:Team:HokkaidoU Japan/Book/JS
From 2014.igem.org
(Difference between revisions)
Line 868: | Line 868: | ||
return false; | return false; | ||
} ); | } ); | ||
+ | |||
+ | |||
config.$navPrev.on( 'click touchstart', function() { | config.$navPrev.on( 'click touchstart', function() { | ||
Line 921: | Line 923: | ||
})(); | })(); | ||
Page.init(); | Page.init(); | ||
+ | $(function() { | ||
+ | (".right-page").( 'click touchstart', function() { | ||
+ | config.$bookBlock.bookblock( 'next' ); | ||
+ | return false; | ||
+ | } ); | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 13:37, 15 October 2014