Answer the question
In order to leave comments, you need to log in
Why does onmouseout work?
Suppose there is one block and two nested in it
<div id="a">
<div id="b"></div>
<div id="c"></div>
...
</div>
document.getElementById('a').onmouseout=function(){console.log("Курсор покинул элемент 'a'");};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question