Team:UESTC Life
From 2013.igem.org
(Difference between revisions)
Neptune Yu (Talk | contribs) |
Neptune Yu (Talk | contribs) |
||
Line 478: | Line 478: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function() { | $(function() { | ||
- | var | + | var len = 1000; |
var $mybook = $('#mybook'); | var $mybook = $('#mybook'); | ||
var $bttn_next = $('#next_page_button'); | var $bttn_next = $('#next_page_button'); | ||
Line 500: | Line 500: | ||
$mybook.show().booklet({ | $mybook.show().booklet({ | ||
name: null, // name of the booklet to display in the document title bar | name: null, // name of the booklet to display in the document title bar | ||
- | width: | + | width: len, // container width |
height: 500, // container height | height: 500, // container height | ||
speed: 600, // speed of the transition between pages | speed: 600, // speed of the transition between pages |
Revision as of 11:45, 24 September 2013
Loading pages...