Scrollbar appear / disappear event in jQuery?
Posted
by Travis
on Stack Overflow
See other posts from Stack Overflow
or by Travis
Published on 2010-04-05T11:18:17Z
Indexed on
2010/04/05
11:23 UTC
Read the original article
Hit count: 348
Is there a simple way in jQuery to detect when scrollbars appear and disappear on a div that has overflow:auto? (Like an event? Fingers crossed...)
(I'd prefer not to have to look at the height of the content of the div)
Thanks!
© Stack Overflow or respective owner