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(){
-
     $("p").hide();
+
     $("section").hide();
   });
   });
   $("#show").click(function(){
   $("#show").click(function(){
-
     $("p").show();
+
     $("section").show();
   });
   });
});
});

Revision as of 14:38, 12 August 2014