jquery - Cant stop page scroll with e.preventDefault(); -
this question has answer here:
- how disable scrolling temporarily? 25 answers
i want disable scrolling on page jquery (not body overflow:hidden).
i thought work reason doesn't.
$( window ).on( "scroll", function(e) { e.preventdefault(); });
i tried doing same thing month ago , managed working described here
Comments
Post a Comment