Team:UPIBI-Mexico/Team/AboutUs
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{:Team:UPIBI-Mexico/Templates/Main}} | {{:Team:UPIBI-Mexico/Templates/Main}} | ||
+ | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
+ | <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> | ||
Revision as of 21:52, 12 July 2012