10

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
  • 769
  • 3
  • 10
  • 20

1 Answers1

4

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

Community
  • 1
  • 1
ga.breban
  • 276
  • 1
  • 5