Team:Oxford
From 2014.igem.org
(Difference between revisions)
m (Attempting to hide the last child of #menubar ul ~josefnpat) |
|||
Line 268: | Line 268: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$("#split").click(function(){ | $("#split").click(function(){ | ||
+ | $("#right").animate({left:'85%'}); | ||
+ | $("#left").animate({left:'3.1%'}); | ||
+ | $("#abstract").animate({width:'69.9%', left:'15.1%'}); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $("#split").onload(function(){ | ||
$("#right").animate({left:'85%'}); | $("#right").animate({left:'85%'}); | ||
$("#left").animate({left:'3.1%'}); | $("#left").animate({left:'3.1%'}); |
Revision as of 21:25, 2 September 2014