How to fire a JS event each time a div is scrolled past – Jquery
We are looking to fire a JS event each time the top of the users browser passes a repeating div. For example. <div class="refresh"></div> If the above div was repeated multiple times on a page, we want to fire a…