Is there a simple and reliable solution for detecting window vertical scrollbar appears/disappears?
window.onresize
isn't triggered when after JavaScript DOM manipulation page becomes high enough for appearing scrollbar.
In this very similar post Detect if a page has a vertical scrollbar described solution how to detect whether scrollbar is present or not, but I need to know when exactly it appears.
Thanks.