Team:ETH Zurich/tpl/read-more
From 2014.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$("#hide").click(function(){ | $("#hide").click(function(){ | ||
- | $(" | + | $("section").hide(); |
}); | }); | ||
$("#show").click(function(){ | $("#show").click(function(){ | ||
- | $(" | + | $("section").show(); |
}); | }); | ||
}); | }); |
Revision as of 14:38, 12 August 2014