$("element").scroll(function() {
    if($("element").scrollTop == $("element").scrollHeight;) {
        //do something
    }
});

Untested, but should work.
On Jul 10, 9:18 am, fambi <[EMAIL PROTECTED]> wrote:
> Thanking you guys in advance for any help/advice...
>
> How can I know that I've reached the bottom of a scrollable area in a
> div with an overflow?
>
> Thanks

Reply via email to