I need to implement Jquery scrolling pagination. I found many scripts and solutions for that. But i need it on division scrolling and not on page (window) scrolling.
I had a division with some specified height and overflow to scroll. and i need to call any function when someone scroll and reaches to division bottom.
Can anyone help? Jquery scrolling pagination seems to be working fine with page (main body) scroll bar.
Thanks.