Template:Team:TU Munich/LabHeader
From 2012.igem.org
(Difference between revisions)
Line 117: | Line 117: | ||
<script style="text/js"> | <script style="text/js"> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
- | + | $('.labbook ul').css({display: 'none'}) | |
- | + | $('.labbook p').css({display: 'none'}) | |
+ | $('.labbook table').css({display: 'none'}) | ||
$("table").addClass("wikitable"); | $("table").addClass("wikitable"); | ||
$("div.vector_design").addClass("experiment"); | $("div.vector_design").addClass("experiment"); | ||
Line 221: | Line 222: | ||
$('.experiment h3 span.mw-headline').attr({ onMouseOver: "this.style.cursor='pointer'"}) | $('.experiment h3 span.mw-headline').attr({ onMouseOver: "this.style.cursor='pointer'"}) | ||
$("table#toc.toc").css({ display: 'none'}); | $("table#toc.toc").css({ display: 'none'}); | ||
- | + | $(".experiment ul li ul").css({display: 'block'}) | |
}); | }); | ||
</script> | </script> | ||
</head> | </head> | ||
</html> | </html> |
Revision as of 17:34, 12 September 2012