$(".back_top").click(function () { var sc = $(window).scrollTop(); $('body,html').animate({ scrollTop: 0 }, 500); })