Reputation: 271724
I need to get the div that the mouse was previously on before it entered the element.
How do I get this in JQuery?
Upvotes: 2
Views: 77
Nevermind. I got it.
console.log(e.fromElement.className);
Upvotes: 1