jq点击按钮滚动到指定位置

代码如下

$("html, body").stop().animate({
	<!-- 获取元素位置 -->
    scrollTop: $("#sysm").offset().top
}, 500);

你可能感兴趣的:(jq,html)