Team:Hong Kong HKUST

From 2013.igem.org

(Difference between revisions)
Line 7: Line 7:
   {
   {
   $("#box").mouseover(function(){
   $("#box").mouseover(function(){
-
     $("#box").animate({width:"150px"});
+
     $("#box").animate({width:"125px"});
   });
   });
   $("#box1").mouseleave(function(){
   $("#box1").mouseleave(function(){
-
     $("#box").animate({width:"300px"});
+
     $("#box").animate({width:"250px"});
   });
   });
});
});

Revision as of 05:20, 24 June 2013