-
Notifications
You must be signed in to change notification settings - Fork 1
Scroll
Sébastien LUCAS edited this page Nov 27, 2013
·
2 revisions
Display the scroll position for debugging every time we scroll
$(window).scroll(function () {
console.log("Current scrolltop : " + $(window).scrollTop() + " px");
});