How to get window height on scroll?
Get window height on scroll
$(window).scroll(function(){ var hght = $(window).scrollTop(); console.log(hght); });
POST COMMENTS
HOME / BLOG / BLOG-POST
How to get window height on scroll?
$(window).scroll(function(){ var hght = $(window).scrollTop(); console.log(hght); });