Team:TU Delft/Notebook/timeline

From 2010.igem.org

(Difference between revisions)
Line 8: Line 8:
<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/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>
<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>
+
   <span id="left">Press mouse and release here.</p>
<script>
<script>
-
     $("p").mouseup(function(){
+
     $("#left").mouseup(function(){
       $(this).append('<span style="color:#F00;">Mouse up.</span>');
       $(this).append('<span style="color:#F00;">Mouse up.</span>');
     }).mousedown(function(){
     }).mousedown(function(){

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.