Team:Hong Kong HKUST
From 2013.igem.org
(Difference between revisions)
Line 13: | Line 13: | ||
}); | }); | ||
$("#wetlab1").mouseover(function(){ | $("#wetlab1").mouseover(function(){ | ||
- | $("#wetlab1").animate({ | + | $("#wetlab1").animate({height:"123px"}); |
}); | }); | ||
$("#wetlab2").mouseleave(function(){ | $("#wetlab2").mouseleave(function(){ | ||
- | $("#wetlab1").animate({ | + | $("#wetlab1").animate({height:"246px"}); |
}); | }); | ||
}); | }); |
Revision as of 07:44, 24 June 2013