91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

js如何實現錨點滾動效果

發布時間:2022-03-05 14:34:39 來源:億速云 閱讀:170 作者:小新 欄目:web開發

小編給大家分享一下js如何實現錨點滾動效果,希望大家閱讀完這篇文章之后都有所收獲,下面讓我們一起去探討吧!

 
<!DOCTYPE html>
<html>
<head>
<metacharset="UTF-8">
<metaname="viewport"content="width=device-width, initial-scale=1.0">
<metahttp-equiv="X-UA-Compatible"content="ie=edge">
<title>js錨點滾動效果</title>
<style>
ul>li{float: left;margin: 10px ;}
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{zoom:1}
.step{width:80%;height:1300px;border:10pxsolidred;margin:0auto;}
</style>
</head>
<body>
<ulclass="clearfix">
<li><ahref="#step1">#step1</a></li>
<li><ahref="#step2">#step2</a></li>
<li><ahref="#step3">#step3</a></li>
</ul>
<div>
<divid="step1"class="step">step1</div>
<divid="step2"class="step">step2</div>
<divid="step3"class="step">step3</div>
</div>
</body>
<scriptsrc="http://libs.baidu.com/jquery/1.8.3/jquery.min.js"></script>
<script>
//頁面錨點滾動js
$('a[href*=#],area[href*=#]').click(function {
if (location.pathname.replace(/^//, '') ==this.pathname.replace(/^//, '') &&location.hostname ==this.hostname) {
var$target=$(this.hash);
$target=$target.length &&$target||$('[name='+this.hash.slice(1) +']');
if ($target.length) {
vartargetOffset=$target.offset.top;
$('html,body').animate({
scrollTop: targetOffset
},
1000);
returnfalse;
}
}
});
//頁面錨點滾動js結束
</script>
</html>

看完了這篇文章,相信你對“js如何實現錨點滾動效果”有了一定的了解,如果想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

js
AI

喜德县| 从江县| 钟祥市| 汉沽区| 含山县| 远安县| 静安区| 红河县| 正镶白旗| 城口县| 中山市| 大田县| 黑龙江省| 莎车县| 卢湾区| 房山区| 咸丰县| 裕民县| 莒南县| 农安县| 清镇市| 青铜峡市| 长垣县| 澳门| 皋兰县| 陕西省| 新源县| 托克逊县| 庄河市| 长垣县| 牙克石市| 建始县| 乌拉特中旗| 扎赉特旗| 和政县| 永兴县| 宁津县| 平泉县| 贺兰县| 上栗县| 石柱|