javascript get text at mose postion

Posted by Vasioky on Stack Overflow See other posts from Stack Overflow or by Vasioky
Published on 2010-04-28T13:37:40Z Indexed on 2010/04/28 15:03 UTC
Read the original article Hit count: 228

Filed under:
|

How can I get text at mouse position? I have now some like this

document.body.onmousemove = function(){
    //todo:Get text at mouse position
}

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about onmousemove