// JavaScript Document $("#fa_back").on("click", function () { $("html,body").stop().animate({ scrollTop: 0 }, 500); });