Team:TU Delft/Notebook/timeline

From 2010.igem.org

(Difference between revisions)
Line 6: Line 6:
<p>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 <a href="">blog</a>.</p>
<p>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 <a href="">blog</a>.</p>
 +
<script type='text/javascript' src ='https://2010.igem.org/Team:TU_Delft/files/jQuery_mousewheel_plugin.js?action=raw&ctype=text/javascript'></script>
 +
<script type='text/javascript' src ='https://2010.igem.org/Team:TU_Delft/files/dragscrollable.js?action=raw&ctype=text/javascript'></script>
 +
  <p>Press mouse and release here.</p>
<script>
<script>
-
$(function() {
+
    $("p").mouseup(function(){
-
$("#button_right").mousedown(function() {
+
      $(this).append('<span style="color:#F00;">Mouse up.</span>');
-
alert('test');
+
    }).mousedown(function(){
-
}):
+
      $(this).append('<span style="color:#00F;">Mouse down.</span>');
-
});
+
    });
 +
 
</script>
</script>
-
<a href="#" id="button_right"><img src="https://static.igem.org/mediawiki/2010/5/5e/TU_Delft_timeline-reverse.jpg" border="0"></a>
 
<!-- Timeline END /-->
<!-- Timeline END /-->
</html>
</html>

Revision as of 12:00, 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.