Template:Team:Oxford/templates/header

From 2014.igem.org

(Difference between revisions)
Line 445: Line 445:
   $("#DCMationwrap").click(function(){
   $("#DCMationwrap").click(function(){
     $("#DCMationpopup").animate({width:'0%', left:'5%', top:'37%'}, "fast");
     $("#DCMationpopup").animate({width:'0%', left:'5%', top:'37%'}, "fast");
 +
  });
 +
  $("#achievements").click(function(){
 +
    $("#Achievementspopup").animate({width:'27%', left:'15%', top:'25%'}, "fast");
 +
    $("#Achievementswrap").animate({backgroundColor: 'rgba(0,0,0,0.3)'});
 +
  });
 +
  $("#Achievementswrap").click(function(){
 +
    $("#Achievementspopup").animate({width:'0%', left:'5%', top:'37%'}, "fast");
 +
  });
 +
  $("#igemcomm").click(function(){
 +
    $("#iGEMcommpopup").animate({width:'27%', left:'15%', top:'25%'}, "fast");
 +
    $("#iGEMcommwrap").animate({backgroundColor: 'rgba(0,0,0,0.3)'});
 +
  });
 +
  $("#iGEMcommwrap").click(function(){
 +
    $("#iGEMcommpopup").animate({width:'0%', left:'5%', top:'37%'}, "fast");
 +
  });
 +
  $("#interlab").click(function(){
 +
    $("#Interlabpopup").animate({width:'27%', left:'15%', top:'25%'}, "fast");
 +
    $("#Interlabwrap").animate({backgroundColor: 'rgba(0,0,0,0.3)'});
 +
  });
 +
  $("#Interlabwrap").click(function(){
 +
    $("#Interlabpopup").animate({width:'0%', left:'5%', top:'37%'}, "fast");
   });  
   });  
});
});

Revision as of 16:13, 6 October 2014