jquery - Cant stop page scroll with e.preventDefault(); -


this question has answer here:

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

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -