Template:Team:KIT-Kyoto/Scroll

From 2014.igem.org

(Difference between revisions)
Line 10: Line 10:
$(".btn_top").click(function () {
$(".btn_top").click(function () {
-
$('html,body').animate({ scrollTop: 60px }, 'fast');
+
$('html,body').animate({ scrollTop: 0 }, 'fast');
return false;
return false;
});
});

Revision as of 19:30, 17 August 2014