I want to detect the presence of a scroll bar in a DIV using jQuery. I was thinking to use $('div').scrollTop() but that returns 0 in both cases when the scroll bar is at the top and when there is no scroll bar at all.
Any ideas guys?
|
I want to detect the presence of a scroll bar in a DIV using jQuery. I was thinking to use Any ideas guys? |
|||||||||||
|
|
Assuming
|
|||||||||||||
|
example:
|
||||
|
|
|
Well I ended up finding a solution by doing the following: Wrap the content that grows with a DIV, then I detect if a (vertical) scroll bar is present by comparing the height of If the height of
|
|||||||
|