Team:Manchester/Footer

From 2013.igem.org

(Difference between revisions)
Line 12: Line 12:
           $(".topButton").fadeOut(200);}
           $(".topButton").fadeOut(200);}
     });
     });
-
   $(".topButton")click(function(event) {
+
   $(".topButton").click(function(event) {
     event.preventDefault();
     event.preventDefault();
       $("html, body").animate({scrollTop:0},200);
       $("html, body").animate({scrollTop:0},200);

Revision as of 15:56, 4 August 2013

Top