I’d like to block the page scrolling but without change my page style (e.g. using overflow: hidden;). I tried to use this: $(‘body’).on(‘scroll mousewheel touchmove’, function(e) { e….
I’d like to block the page scrolling but without change my page style (e.g. using overflow: hidden;). I tried to use this: $(‘body’).on(‘scroll mousewheel touchmove’, function(e) { e….