Team:ETH Zurich/tpl/read-more
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $("#hide").click(function(){ | ||
+ | $("p").hide(); | ||
+ | }); | ||
+ | $("#show").click(function(){ | ||
+ | $("p").show(); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
<body class="left-sidebar"> | <body class="left-sidebar"> | ||
<div id="header"> | <div id="header"> |
Revision as of 14:27, 12 August 2014