jQuery: How can I trigger an event when a div comes into view? [duplicate]

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

Leave a Comment