Posts by Fbor • 21 points
1 post
-
2
votes8
answers45427
viewsA: How to disable the scroll of a web page?
Hello, You can remove with the following javascript command: $(document).ready(function(){ // REMOVER BARRAS DE ROLAGEM $("#SUADIV").click(function(){ $("html, body").css({ 'height' :…