Template:Team:Oxford/templates/header
From 2014.igem.org
(Difference between revisions)
Line 439: | Line 439: | ||
jQuery('#g3').toggle('show'); | jQuery('#g3').toggle('show'); | ||
}); | }); | ||
+ | $("#dcmation").click(function(){ | ||
+ | $("#DCMationpopup").animate({width:'26%', left:'37%', marginTop:'12.5%'}, "fast"); | ||
+ | $("#DCMationwrap").animate({backgroundColor: 'rgba(0,0,0,0.3)'}); | ||
+ | }); | ||
+ | $("#DCMationwrap").click(function(){ | ||
+ | $("#DCMationpopup").animate({width:'0%', left:'39%', marginTop:'38%'}, "fast"); | ||
+ | }); | ||
}); | }); | ||
Revision as of 15:58, 6 October 2014