Team:Paris Bettencourt/Notebook
From 2013.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
<head> | <head> | ||
<style type='text/css'> | <style type='text/css'> | ||
- | . | + | .foo1 { display: none; } |
- | . | + | .foo2 { display: block; } |
</style> | </style> | ||
Line 13: | Line 13: | ||
if (item) { | if (item) { | ||
var currentClass = item.className; | var currentClass = item.className; | ||
- | if(currentClass == " | + | if(currentClass == "foo1"){ |
- | item.className = " | + | item.className = "foo2"; |
}else{ | }else{ | ||
- | item.className = " | + | item.className = "foo1"; |
} | } | ||
} | } | ||
Line 270: | Line 270: | ||
</a> | </a> | ||
<b> This is some test </b> | <b> This is some test </b> | ||
- | <div id=" | + | <div id="moo1" class="foo1"> |
<p> | <p> | ||
This some more text that we want to hide | This some more text that we want to hide | ||
</p> | </p> | ||
</div> | </div> | ||
- | <a href="# | + | <a href="#moo1" onClick="unHide('moo1');">Show-Hide</a> |
<hr /> | <hr /> | ||
Revision as of 03:34, 19 July 2013
<body>
Notebook
July 2013 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mo | Tu | We | Th | Fr | Sa | Su | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | 2 | 3 | 4 | 5 | 6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
7 | 8 | 9 | 10 | 11 | 12 | 13 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
14 | 15 | 16 | 17 | 18 | 19 | 20 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
21 | 22 | 23 | 24 | 25 | 26 | 27 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
28 | 29 | 30 | 31 |
August 2013 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mo | Tu | We | Th | Fr | Sa | Su | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | 2 | 3 | 4 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5 | 6 | 7 | 8 | 9 | 10 | 11 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
12 | 13 | 14 | 15 | 16 | 17 | 18 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19 | 20 | 21 | 22 | 23 | 24 | 25 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
26 | 27 | 28 | 29 | 30 | 31 |
September 2013 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 |
October 2013 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 | 1 | 2 | 3 |