How to hide the scrollbar using JavaScript (jQuery)

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-03-21T08:17:15Z Indexed on 2010/06/13 17:12 UTC
Read the original article Hit count: 124

Filed under:
|
|

How can the scrollbar be hidden? I want to do this because the scrollbar is not nice.

overflow:hidden is not useful, because my div element has many other elements.

So setting overflow does not solve my problem.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery