I need to know, whether a vertical scrollbar has appeared or not in browser window. Is it possible using jQuery or any other way?
Like this:
if (document.documentElement.scrollHeight === document.documentElement.clientHeight) {
//There is no vertical scrollbar
}
This doesn't work in IE
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With