jmauclair Posted January 12, 2023 Share Posted January 12, 2023 Hi guys, I've been digging into every js files that I've found attached to ps_imageslider (theme.js, core.js, obviously all ps_imagesliders js files) but I've didn't find my way through to disable the scrolling to top when clicking the next or prev button. Does somebody how to achieve this ? Link to comment Share on other sites More sharing options...
jmauclair Posted January 16, 2023 Author Share Posted January 16, 2023 Feel quiet dumb, I've add a JQuery event listener which was : $(document).on('click', 'a[href^="#"]', function (event) { ... } In that event listener I was scrolling to the top of the element ... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now