I have div layer with overflow set to scroll.
When scrolled to the bottom of the div, return function

|
I have div layer with overflow set to scroll. When scrolled to the bottom of the div, return function
|
|||
|
|
|
If it were me, here is what I would do: add an event handler to the scroll event (any time there is a scroll, this function will be called).
|
|||||||||||||||
|
|
The accepted answer is fundamentally flawed. The correct answer is:
Tested this in Firefox, Chrome and Opera. It works. |
|||||||||||||
|
|
I could not get either of the above answers to work so here is a third option that works for me! (This is used with jQuery)
Hope this helps anyone! |
|||
|
|
|
This worked for me:
Must use jQuery 1.6 or higher |
||||
|
|