Site icon Anthony Carbon

How to get the current scroll top position?

How to get the current scroll top position? Copy and past the following codes below to your JS file.

var current_scroll = window.scrollY;
console.log( current_scroll );
Exit mobile version