Template:Biotec Dresden/month

From 2010.igem.org

(Difference between revisions)
(Replacing page with '<html> <head> <style> p { background:#dad; font-weight:bold; font-size:16px; } </style> <script src="http://code.jquery.com/jquery-latest.min.js"></script> </head> <body> ...')
Line 11: Line 11:
<button>Toggle 'em</button>
<button>Toggle 'em</button>
-
<p>Hiya</p>
+
<table class="month">
-
<p>Such interesting text, eh?</p>
+
<tr><td  class="header"><div id="jul" class="heading">July</div></td>
 +
<tr><td  class="header"><div id="aug" class="heading">August</div></td>
 +
<tr><td  class="header"><div id="sep" class="heading">September</div></td>
 +
<tr><td  class="header"><div id="oct" class="heading">October</div></td>
 +
</table>
 +
 
<script>
<script>
$("button").click(function () {
$("button").click(function () {
-
$("p").toggle("slow");
+
$(".month").toggle("slow");
});     
});     
</script>
</script>
</body>
</body>
</html>
</html>

Revision as of 22:49, 24 July 2010

July
August
September
October