Scroll Up to the previous div when scrolling back to top
问题 I am trying to scroll back up to previous section when scrolling back to top. I have the solution for scrolling continuously after last slider. But now i am not able to find for the opposite when scrolling back to top.(continuously scrolling top after fist slider) I have attached the jsfiddle and codepen snippets for the reference $(document).ready(function () { $('.customer-logos').slick({ vertical: true, infinite: false, arrows: false, dots: true }); }); const slider = $(".customer-logos");