Team:Hong Kong HKUST/team

From 2013.igem.org

(Difference between revisions)
Line 186: Line 186:
$(document).ready(function()
$(document).ready(function()
   {
   {
-
   $("#team1").mouseover(function(){
+
    
-
    $("#team1").animate({width:"110px"});
+
-
  });
+
-
  $("#team2").mouseleave(function(){
+
-
    $("#team1").animate({width:"220px"});
+
-
  });
+
-
  $("#wetlab1").mouseover(function(){
+
-
    $("#wetlab1").animate({width:"110px"});
+
-
  });
+
-
  $("#wetlab2").mouseleave(function(){
+
-
    $("#wetlab1").animate({width:"220px"});
+
-
  });
+
-
  $("#hp1").mouseover(function(){
+
-
    $("#hp1").animate({width:"215px"});
+
-
  });
+
-
  $("#hp2").mouseleave(function(){
+
-
    $("#hp1").animate({width:"430px"});
+
-
  });
+
-
  $("#project1").mouseover(function(){
+
-
    $("#project1").animate({width:"110px"});
+
-
  });
+
-
  $("#project2").mouseleave(function(){
+
-
    $("#project1").animate({width:"220px"});
+
-
  });
+
   $('#menubar').mouseover(function(){
   $('#menubar').mouseover(function(){
     $('#menubar').stop().animate({top:"0px"},500);
     $('#menubar').stop().animate({top:"0px"},500);

Revision as of 08:20, 24 July 2013

Team

HKUST iGEM Team 2013