i want to run a script when i'm not hovering an element. It's some kind of deactivating something else that was run previously in 'onmouseover' event. So I'm using onmouseout event to run this script, however , the problem is that if i don't hover the element and then leave it , the script just don't run. this happens if e.g hover the element too fast or the window loses focus . How can i solve that?
EDIT: let me illustrate this in another way , what i need is an event to be run when an element isn't touched by mouse.