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