Team:Hong Kong HKUST

From 2013.igem.org

(Difference between revisions)
Line 12: Line 12:
     $("#team1").animate({width:"250px"});
     $("#team1").animate({width:"250px"});
   });
   });
 +
  $("#wetlab1").mouseover(function(){
 +
    $("#wetlab1").animate({width:"125px"});
 +
  });
 +
  $("#wetlab2").mouseleave(function(){
 +
    $("#wetlab1").animate({width:"250px"});
 +
  }); 
});
});
</script>
</script>

Revision as of 07:38, 24 June 2013