javascript - Disabling browser scrollbar -


hi possible disable browser scroll bar through java script...? if yes how?

help me if knows it... in advance..

css

body {     overflow: hidden; } 

javascript

document.body.style.overflow = "hidden"; 

jquery

$("body").css('overflow', 'hidden'); 

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -