I need to know, whether a vertical scrollbar has appeared or not in browser window. Is it possible using jQuery or any other way?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Like this:
This doesn't work in IE |
|||||
|
|
This is an old post but I finally got the code that also works on IE7. Hope this can help someone.
|
|||
|
|
Compare the document height with the window height. If it's more there's probably a scrollbar unless you disabled it. |
|||||
|