1
428
$(function() { $("#yukari").click(function() { $("html,body").stop().animate({ scrollTop: "0" }, 1000); }); });