javascript - In a div that has overflow:scroll, how do I check what position the scroll is at? -


using jquery.

how know if it's scrolled middle? top? bottom?

you can use element's scrollleft, scrolltop, scrollwidth , scrollheight properties find out status of element's scrolling.


Comments