$(document).ready(function(){ $('.gotop').click(function(){ $("html,body").animate({scrolltop: 0}, 300); }) })