Team:TU Delft/Notebook/timeline

From 2010.igem.org

(Difference between revisions)
Line 17: Line 17:
</script>
</script>
-
<span id="button_right">tret</span>
+
<span id="button_right"><img src="https://static.igem.org/mediawiki/2010/5/5e/TU_Delft_timeline-reverse.jpg" border="0"></span>
 +
 
 +
  <p id="test">Press mouse and release here.</p>
 +
 
 +
<script>
 +
    $("#test").mouseup(function(){
 +
      $(this).append('<span style="color:#F00;">Mouse up.</span>');
 +
    }).mousedown(function(){
 +
      $(this).append('<span style="color:#00F;">Mouse down.</span>');
 +
    });
 +
 
 +
</script>
 +
 
<!-- Timeline END /-->
<!-- Timeline END /-->
</html>
</html>

Revision as of 12:05, 12 October 2010

Timeline

Eight months of work are not easily described in a few words. That's why we made this timeline to give you a quick overview of all that has been going on in and around our lab. If you really would like to know what we did every day, please take a look at our blog.

Press mouse and release here.