Team:ETH Zurich/project/overview

From 2014.igem.org

(Difference between revisions)
Line 7: Line 7:
$(document).ready(function() {
$(document).ready(function() {
-
    $("article.summarysimple").show();
 
-
    $("article.summarycomplex").hide();
 
     $("button").on("click", function(){
     $("button").on("click", function(){
Line 27: Line 25:
<button id="summary" class = "complex"> Complexify </button>
<button id="summary" class = "complex"> Complexify </button>
-
<article id="summary" class="complex">
+
<article id="summary" class="complex" style="display:none;">
</html>  
</html>  
{{:Team:ETH Zurich/project/overview/summary}}
{{:Team:ETH Zurich/project/overview/summary}}

Revision as of 12:04, 2 September 2014

iGEM ETH Zurich 2014