歡迎訪問弘鋒機(jī)械官網(wǎng)
手機(jī):15662672636
電話:15662672636
郵箱:didihay@qq.com
地址:遼寧省沈陽市渾南區(qū)
發(fā)布時間:2024-11-15 點(diǎn)此:1101次
實(shí)現(xiàn)效果--滾動定位菜單項(xiàng)和點(diǎn)擊定位菜單項(xiàng)!
效果圖如下:
涉及到的知識點(diǎn):find()、parent()、offset()、scroll()等jQ函數(shù)
實(shí)現(xiàn)代碼:
html:
css:
js:
滾動中常用到的jQ寫法:
$("body,html").animate({scrollTop:_top},500);