Team:SCUT
From 2014.igem.org
(Difference between revisions)
Line 346: | Line 346: | ||
}); | }); | ||
</script> | </script> | ||
- | + | <script type="text/javascript"> | |
+ | $(document).ready(function(){ | ||
+ | $(".ho_home").mouseenter(function(){ | ||
+ | $(".team").fadeOut(); | ||
+ | $(".model").fadeOut(); | ||
+ | $(".project").fadeOut(); | ||
+ | $(".dp").fadeOut(); | ||
+ | $(".hp").fadeOut(); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
<div class="footer background"> | <div class="footer background"> |
Revision as of 04:39, 15 October 2014