Is there a way to find out page end using Jquery, so that a simple message can be displayed saying you have reached end of the page.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
How to tell when you're at the bottom of a page:
Of course you want to fire the above whenever the user scrolls:
Here is a jsFiddle example that fades in a "You're Done! Scroll to Top of Page" link when the user has scrolled to the bottom of the page. References: |
||||
|
|
|
This will work and I tested it in IE 7,8,9 , FF 3.6, Chrome 6 and Opera 10.6
|
|||
|
|
|
If the above solutions don't work please check if you set your document type right:
Took me an hour to find out :) |
|||
|
|
|
It might need tweaking to account for browsers, but something like this should do:
|
|||
|
|