$(document).ready(function() { var away = false; $('#top').click(function() { $("html, body").animate({scrollTop: 0}, 500); }); }); // <-- Here.