Team:HKUST-Hong Kong
From 2012.igem.org
(Difference between revisions)
Line 393: | Line 393: | ||
</head> | </head> | ||
+ | |||
+ | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | $('#Home).click(function(){ | ||
+ | $('#Home_Content).stop().slideToggle("slow"); | ||
+ | }); | ||
+ | $('#Project).click(function(){ | ||
+ | $('#Project_Content).stop().slideToggle("slow"); | ||
+ | }); | ||
+ | $('#Parts).click(function(){ | ||
+ | $('#Parts_Content).stop().slideToggle("slow"); | ||
+ | }); | ||
+ | $('#Team).click(function(){ | ||
+ | $('#Team_Content).stop().slideToggle("slow"); | ||
+ | }); | ||
+ | $('#Extras).click(function(){ | ||
+ | $('#Extras_Content).stop().slideToggle("slow"); | ||
+ | }); | ||
+ | $('#Home').mouseover(function(){ | ||
+ | $('#Home').stop().animate({box-shadow: 10px 10px 5px #888888},100) | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </script> | ||
<body> | <body> |
Revision as of 03:41, 13 July 2012
Google Chrome is recommended for viewing this page.
OUR LOGO
First Paragraph
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
-
Write something here
Second Paragraph
Third Paragraph