Is there any javascript/jquery available to take position of vertical scroll bar of an overflow scroll div to fix a position?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
try to use a jquery method scrollTop():
It returns a position of a scroll bar's roller. Also you can get a height of the scroll bar:
|
||||
|
|