在 JavaScript 中,是否可以获得元素悬停的所有元素的列表?我正在使用一个元素作为光标,并且我希望当光标元素悬停在其他每个元素上时,页面中的其他元素都带有下划线。
<div id="cursor">|----------|<br/>|----------|<br/>>I'm a spaceship!><br/>|----------|<br/>|----------|<br/></div>
<div id="hi">Try to select this text</div>
<p>I want to automatically highlight all elements that the cursor element hovers over.</p>
<p>Here's an element.<p>