How to disable scrolling of body? $(\'body\').css(\'overflow\',\'hidden\'); only hides the scrollbars but it does not disable the scrolling. I want to disable the s
$(\'body\').css(\'overflow\',\'hidden\');
Try this CSS, no jQuery needed for this:
[UPDATE after comment]
Try specifying the height of the body too:
body