Team:Hong Kong HKUST

From 2013.igem.org

(Difference between revisions)
Line 8: Line 8:
   {
   {
   $("#team1").mouseover(function(){
   $("#team1").mouseover(function(){
 +
    $("#team1").animate({width:"110px"});
 +
  });
 +
  $("#team1").mouseleave(function(){
 +
    $("#team1").animate({width:"220px"});
 +
  });
 +
  {
 +
  $("#team2").mouseover(function(){
     $("#team1").animate({width:"110px"});
     $("#team1").animate({width:"110px"});
   });
   });

Revision as of 08:40, 24 June 2013