Template:Team:HokkaidoU Japan/JS

From 2014.igem.org

(Difference between revisions)
 
(12 intermediate revisions not shown)
Line 6: Line 6:
(function() {
(function() {
   $(function() {
   $(function() {
-
     return $('#menubar.left-menu ul li:last-child').css('color', 'white');
+
     return $('#menubar.left-menu ul li:last-child').css('display', 'none');
   });
   });
}).call(this);
}).call(this);
Line 18: Line 18:
});
});
 +
$(function() {
 +
$(".left-menu").css("left","0");
 +
});
</script>
</script>

Latest revision as of 12:55, 17 October 2014