How can I use the scrolltop without an animation
This code works:
var offTop = $(\'#box\').offset().top; offTop = offTop-43; $(\'#mainCt\').animate(
Skip jQuery. Just use JavaScript:
window.scroll(0, 0);