Team:UT Dallas/Notebook
From 2012.igem.org
(Difference between revisions)
Line 96: | Line 96: | ||
<table cellpadding="0" cellspacing="0" border="1"> | <table cellpadding="0" cellspacing="0" border="1"> | ||
<tr> | <tr> | ||
- | <td width="110px" valign="top"></td> | + | <td width="110px" valign="top" id='book_contents'></td> |
<td> | <td> | ||
<div id="book" style="overflow:hidden;"> | <div id="book" style="overflow:hidden;"> | ||
Line 164: | Line 164: | ||
left: '0px' | left: '0px' | ||
}, 500, function() { | }, 500, function() { | ||
- | + | $('#book_contents').html($('#book_cover').html()); | |
}); | }); | ||
} | } | ||
Line 172: | Line 172: | ||
left: '-265px' | left: '-265px' | ||
}, 500, function() { | }, 500, function() { | ||
- | + | $('#book_cover').html($('#book_contents').html()); | |
}); | }); | ||
}); | }); | ||
Line 179: | Line 179: | ||
left: '-265px' | left: '-265px' | ||
}, 500, function() { | }, 500, function() { | ||
- | + | $('#book_cover').html($('#book_contents').html()); | |
}); | }); | ||
}); | }); |
Revision as of 06:19, 28 September 2012