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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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:
.scroll().scrollTop()offsetHeightclientHeight