Template:Team:HokkaidoU Japan/JS
From 2014.igem.org
(Difference between revisions)
(29 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
<html> | <html> | ||
<script src="//ajax.aspnetcdn.com/ajax/modernizr/modernizr-2.7.2.js"></script> | <script src="//ajax.aspnetcdn.com/ajax/modernizr/modernizr-2.7.2.js"></script> | ||
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> | <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | |||
+ | (function() { | ||
+ | $(function() { | ||
+ | return $('#menubar.left-menu ul li:last-child').css('display', 'none'); | ||
+ | }); | ||
+ | }).call(this); | ||
+ | |||
+ | $(function () { | ||
+ | $(".right-menu").hover(function(){ | ||
+ | $(this).css({"opacity": "1.0"}); | ||
+ | },function(){ | ||
+ | $(this).css({"opacity": "0.0"}); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(function() { | ||
+ | $(".left-menu").css("left","0"); | ||
+ | }); | ||
+ | |||
</script> | </script> | ||
</html> | </html> | ||
{{Team:HokkaidoU_Japan/Book/JS}} | {{Team:HokkaidoU_Japan/Book/JS}} | ||
- | {{Team: | + | {{Team:HokkaidoU Japan/LargeDropDown/JS}} |
+ | {{Team:HokkaidoU Japan/About_Us/JS}} |
Latest revision as of 12:55, 17 October 2014