7

I want to completely disable scrolling on the page with jquery (NOT body overflow:hidden).

I thought this would work but for some reason it doesn't.

$( window ).on( "scroll", function(e) {
        e.preventDefault();
    });
dzimi
  • 711
  • 2
  • 9
  • 19

1 Answers1

2

I tried doing the same thing a month ago and managed to get it working like described here

Community
  • 1
  • 1
ga.breban
  • 226
  • 1
  • 5