如何使用jQuery查找水平滚动位置?
要查找水平滚动位置,请使用jQueryscrollLeft()方法。
示例
您可以尝试运行以下代码以使用jQuery查找水平滚动位置。
<html>
<head>
<title>jQuery scrollLeft() method</title>
<script src = "https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("div.demo").scrollLeft( 200 );
$("div.demo").mousemove(function () {
var left = $("div.demo").scrollLeft();
$("#result").html("left offset: <span>" + left + "</span>.");
});
});
</script>
<style>
div.demo {
background:#CCCCCC none repeat scroll 0 0;
border:3px solid #666666;
margin:5px;
padding:5px;
position:relative;
width:200px;
height:100px;
overflow:auto;
}
div.result {
margin:10px;
width:100px;
height:100px;
margin:5px;
float:left;
background-color:blue;
}
p {
margin:10px;
padding:5px;
border:2px solid #666;
width:1000px;
height:1000px;
}
</style>
</head>
<body>
<div class = "demo"><p>Hello</p></div>
<span>Scroll horizontal button to see the result:</span>
<div class = "result"><span id = "result"></span></div>
</body>
</html>热门推荐
10 出嫁条幅伴娘祝福语简短
11 师姐毕业送花祝福语简短
12 爸爸爱你祝福语大全简短
13 老爸生日暴富祝福语简短
14 新婚过年祝福语大全简短
15 学生祝福语简短古诗大全
16 写给情侣祝福语 浪漫简短
17 三八简短祝福语给婆婆
18 特别的端午祝福语简短