Template:Team:HokkaidoU Japan/JS
From 2014.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
return $('#menubar.left-menu ul li:last-child').css('color', 'white'); | return $('#menubar.left-menu ul li:last-child').css('color', 'white'); | ||
}); | }); | ||
- | |||
}).call(this); | }).call(this); | ||
+ | $(function () { | ||
+ | $(".right-menu").hover(function(){ | ||
+ | $(this).css({"display": "block"}); | ||
+ | },function(){ | ||
+ | $(this).css({"display": "none"}); | ||
+ | }); | ||
+ | }); | ||
</script> | </script> | ||
</html> | </html> | ||
{{Team:HokkaidoU_Japan/Book/JS}} | {{Team:HokkaidoU_Japan/Book/JS}} | ||
{{Team:HokkaidoU_Japan/Top_Header/JS}} | {{Team:HokkaidoU_Japan/Top_Header/JS}} |
Revision as of 07:57, 21 September 2014