JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
height: 2000px;
background:blue;
}
JavaScript
jQuery(function($) {
$(window).scroll(function() {
console.log($(window).scrollTop());
});
});
<div></div>
div {
height: 2000px;
background:blue;
}
jQuery(function($) {
$(window).scroll(function() {
console.log($(window).scrollTop());
});
});