<body> <h1>один</h1> <h1>два</h1> <h1>три</h1> <script> window.addEventListener("mousemove", function(el) { var test = el.toElement.outerText; alert(test); }, false); </script> </body>