Template:Team:TU Munich/LabHeader
From 2012.igem.org
(Difference between revisions)
Line 116: | Line 116: | ||
$('.labbook p').css({display: 'none'}) | $('.labbook p').css({display: 'none'}) | ||
$('.labbook table').css({display: 'none'}) | $('.labbook table').css({display: 'none'}) | ||
- | $('.labbook div div').css({display: 'none'}) | + | //$('.labbook div div').css({display: 'none'}) |
$("table").addClass("wikitable"); | $("table").addClass("wikitable"); | ||
$("div.vector_design").addClass("experiment"); | $("div.vector_design").addClass("experiment"); | ||
Line 162: | Line 162: | ||
$('.'+this.value).removeClass('displayed') | $('.'+this.value).removeClass('displayed') | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
}); | }); | ||
$('#ExAll').click(function() { | $('#ExAll').click(function() { | ||
Line 209: | Line 183: | ||
$('.labbook .experiment div').css({display: 'none'}) | $('.labbook .experiment div').css({display: 'none'}) | ||
}); | }); | ||
- | $('.experiment h3 | + | $('.experiment h3').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'}) | $(".experiment ul li ul").css({display: 'block'}) |
Revision as of 17:23, 26 September 2012