Team:ETH Zurich/project/overview

From 2014.igem.org

(Difference between revisions)
Line 13: Line 13:
         return text === "Complexify" ? "Simplify" : "Complexify";
         return text === "Complexify" ? "Simplify" : "Complexify";
       })
       })
-
       $("article."+ID+".complex").replaceWith($("article."+ID+".simple").html);
+
       $("article."+ID+".complex").toggle;
 +
      $("article."+ID+".simple").toggle;
     });
     });
Line 21: Line 22:
           return text === "Complexify" ? "Simplify" : "Complexify";
           return text === "Complexify" ? "Simplify" : "Complexify";
       })
       })
-
       $("article."+ID+".complex").replaceWith($("article."+ID+".simple").html);
+
       $("article."+ID+".complex").toggle;
 +
      $("article."+ID+".simple").toggle;
     });
     });
});
});

Revision as of 15:28, 3 September 2014

iGEM ETH Zurich 2014