ScollAmounth
In jQuery è semplice:
var scroll = 0; $(window).scroll(function (event) { scroll = $(window).scrollTop(); // do something }
Last updated 5 years ago
Was this helpful?