JS中scrolltop获取的是区块的什么属性?有具体的实例吗

JS中scrolltop获取的是区块的什么属性?有具体的实例吗... JS中scrolltop获取的是区块的什么属性?有具体的实例吗 展开
 我来答
_蓝猫控_
2017-04-11 · 超过36用户采纳过TA的回答
知道小有建树答主
回答量:87
采纳率:100%
帮助的人:24万
展开全部

scrollTop() 方法返回或设置匹配元素的滚动条的垂直位置。

<script type="text/javascript">
$(document).ready(function(){
  $(".btn1").click(function(){
    $("div").scrollTop(100);
  });
  $(".btn2").click(function(){
    alert($("div").scrollTop()+" px");
  });
});
</script>
</head>
<body>
<div style="border:1px solid black;width:200px;height:200px;overflow:auto">
This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text.
</div>
<button class="btn1">把 scroll top offset 设置为 100px</button>
<br />
<button class="btn2">获得 scroll top offset</button>
</body>

这里btn1可以使div位置到滚动条向下666;

btn2可以获得当前滚动条位置

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式