Team:UPIBI-Mexico/Team/AboutUs

From 2012.igem.org

Revision as of 21:52, 12 July 2012 by Dvdc (Talk | contribs)

Header


<head> <title>Main</title> </head>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>

<script>

$(document).ready(function(){

   $('a').click(function () {
       var divname= this.name;
       $("#"+divname)

.fadeIn(300) .siblings() .hide(0);

   });

});

</script>


<body>

THE TEAM


ANDREA ALONSO
AGUSTIN BADILLO


</body>

Retrieved from "http://2012.igem.org/Team:UPIBI-Mexico/Team/AboutUs"