Is there an alternative method or trick to the hover method that can call a function when the cursor moves from one div to another when the user scrolls the page.
I have a view that works with javascript (jQuery) in the hover event of the current post div. However, I noticed that the hover event only fires when the mouse is actually moved. If a page scrolls up / down using the keyboard (page), it does not start.
(I can notice that soup.io, for example, found a way to make this work, but I cannot find how they do it)
davur source
share