Suppose I have a simple <input type="text">
, is it possible to add a Javascript listener to listen for when a user mouseover a typed text inside that input? If so, could I also know exactly which letter (or position in the string) they are currently moused over?
I am willing to use JS frameworks like jQuery to achieve this.