简体   繁体   中英

Jquery detect when div has scrolled to the bottom?

Searching for this on Google yields numerous results which I could not get to work. What is an absolute method of detecting when a user has reached the bottom of a div? That is when the user has scrolled to the bottom of the div which has scrollbars of its own.

should be something like if the scrollHeight = scrollTop + offsetHeight of the element then you reached the bottom.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM