Is there some way I can fire an event with jQuery when the page scrolls far enough for a div to come into view?
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.
I think you will have to hook into the scroll event and manually check. Here is a similar question:
Check if element is visible after scrolling
Hope that helps.
Bob