Template:Team:HokkaidoU Japan/JS
From 2014.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
$(function () { | $(function () { | ||
$(".right-menu").hover(function(){ | $(".right-menu").hover(function(){ | ||
- | |||
- | |||
$(this).css({"opacity": "1.0"}); | $(this).css({"opacity": "1.0"}); | ||
+ | },function(){ | ||
+ | $(this).css({"opacity": "0"}); | ||
}); | }); | ||
}); | }); |
Revision as of 05:22, 22 September 2014