function scrollTop() { jQuery("html, body") .animate({ scrollTop: "0px" }); }