jQuery - ScrollTop without animation

前端 未结 7 2134
鱼传尺愫
鱼传尺愫 2020-12-30 23:20

How can I use the scrolltop without an animation

This code works:

var offTop = $(\'#box\').offset().top;
offTop  = offTop-43;
$(\'#mainCt\').animate(         


        
7条回答
提交回复
热议问题