Team:ETH Zurich/project/overview

From 2014.igem.org

(Difference between revisions)
Line 12: Line 12:
       $(this).text(function(i, text){
       $(this).text(function(i, text){
           return text === "Complexify" ? "Simplify" : "Complexify";
           return text === "Complexify" ? "Simplify" : "Complexify";
-
       }).fadeIn();
+
       })
-
         $("article."+ID+".complex").toggle();
+
         $("article."+ID+".complex").fadeToggle();
-
         $("article."+ID+".simple").toggle();
+
         $("article."+ID+".simple").fadeToggle();
     });
     });

Revision as of 13:47, 3 September 2014

iGEM ETH Zurich 2014