I have an HTML page with a container of products in the middle of it. I want to call an ajax call to load more products when user reached the end of the container of the products using the window scroll. how can I detect if user has scrolled and reached the end of the product container? note: product container is NOT scrollable and It's NOT the end of the page. I have a footer after it.
