Team:EPF Lausanne
From 2013.igem.org
(Difference between revisions)
Mareikeapelt (Talk | contribs) |
Mareikeapelt (Talk | contribs) |
||
Line 22: | Line 22: | ||
<script> | <script> | ||
function showtip(tipid) { | function showtip(tipid) { | ||
- | document. | + | |
+ | var matchingItems = []; | ||
+ | var allElements = document.getElementsByClassName("bacterias"); | ||
+ | |||
+ | for(var i=0; i < allElements.length; i++) | ||
+ | { | ||
+ | if(allElements[i].tagName == "h2") | ||
+ | { | ||
+ | allElements[i].style.visibility = "hidden"; | ||
+ | } | ||
+ | } | ||
+ | |||
document.getElementById(tipid).style.visibility = "visible"; | document.getElementById(tipid).style.visibility = "visible"; | ||
} | } |
Revision as of 07:33, 1 August 2013
Home | Team | Official Team Profile | Project | Parts Submitted to the Registry | Coupling | Modeling | Notebook | Safety | Attributions |
---|
Tip1
Bla
Tip2
Bla
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. | |
Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs) | |
Team EPF_Lausanne |