Finding the textNode which the cursor is currently over
- by Ben Shelock
Let's say I have the following...
<div id="text">Some text</div>
When my mouse goes over Some, Some will be returned and the same with text.
Is this possible without putting each node into it's own element?