Is there any event that fires when the mouse cursor changes when I hover over different elements of the page?
Ideally, such an event:
window.onmousecursorchange = function(e) {
}
Note. Solution should not include jQuery or other libraries
Update
The question "possible duplicate" is marked by jQuery infact with all answers (none of which solves the problem) based on jQuery. I am looking for a clean JavaScript solution. If moderators think this is not enough to leave this question open, feel free to close it.
source
share