$(function () { /*鏂伴椈璧勮鍒囨崲*/ $(".index .news").slide(); $("#top").click(function () { $("body, html").stop().animate({ "scrollTop": 0 }); }); });