Team:EPF Lausanne

From 2013.igem.org

(Difference between revisions)
Line 23: Line 23:
   function showtip(tipid) {
   function showtip(tipid) {
      
      
-
     var matchingItems = [];
+
     var tips = document.getElementsByClassName("bacterias")[0].getElementsByTagName("h2")
-
    var allElements = document.getElementsByClassName("bacterias");
+
-
     for(var i=0; i < allElements.length; i++)
+
     for(var i=0; i < tips.length; i++)
     {
     {
-
         if(allElements[i].tagName == "h2")
+
         tips[i].style.visibility = "hidden";
-
        {
+
-
            allElements[i].style.visibility = "hidden";
+
-
        }
+
     }
     }

Revision as of 07:41, 1 August 2013



Tip1 Tip2

Bacteria


You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
EPFL LOG RVB-96.tiff

Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)

Your team picture
Team EPF_Lausanne