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: 60 }, 'fast');
+
$('html,body').animate({ scrollTop: +60 }, 'fast');
return false;
return false;
});
});

Revision as of 19:27, 17 August 2014