Unable to scroll on website

There are likely a few issues with this code: Unless setup otherwise, theHTML element will be the scrollable element You are attempthing to access a jQuery function on a vanilla javascriptthis You are not actually executing that function to get the value You are not calling the funciton to set the desired value $(function() { … Read more