Team:Queens Canada/Notebook/Week1

From 2012.igem.org

(Difference between revisions)
Line 32: Line 32:
<script>
<script>
         $("#notebook").click(function () {
         $("#notebook").click(function () {
-
           $("#fade1").fadeOut(500)
+
           $("#fade1").fadeOut(500, function () {
             $("#fade4").fadeIn(500);
             $("#fade4").fadeIn(500);
-
                  return false;
+
});                 
 +
return false;
         });  
         });  
Line 40: Line 41:
<script>
<script>
         $("#protocols").click(function () {
         $("#protocols").click(function () {
-
           $("#fade4").fadeOut(500)
+
           $("#fade4").fadeOut(500, function () {
             $("#fade1").fadeIn(500);
             $("#fade1").fadeIn(500);
 +
});     
                   return false;
                   return false;
         });  
         });  

Revision as of 14:17, 28 May 2012

Control
(notebook) protocols
    Test

    This is a test