例子:当我们浏览页面想回到页面顶部时,点击按学籍信息网钮会回到想要去到的锚点。
<div id = "content"> <button onclick = "jumpToEx()">跳转</button> <div class = "demoOne"> <ul> <li></li> ...... </ul> </div> /隔壁的阿姨/ 测试的位置 <div id = "demoTwo"> </div> <div class什么是指数函数 = "demothree"> <ul> <li></li> ...... </ul> </div></div>
<script抗美援朝是哪年> // 立即执行函数 $(function(){ $("html,body").animate({ scrollTop : 0 }, 1000); }) // 点击跳转 function jumpToEx(){ $("html,body").animate({ scrollTop : $('#demoTwo').offt().top }, 1000); }</script>
问题:在框架之中怎么使用?浏览了一下说是vue可以用scrollIntoView()
本文地址:https://blog.csdn.net/jin三不粘chunye/article/details/109356194
本文发布于:2023-04-07 14:42:38,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/81af53704a4136bafce82526602157ec.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:jq实现锚点跳转过度.doc
本文 PDF 下载地址:jq实现锚点跳转过度.pdf
留言与评论(共有 0 条评论) |