I would like to be able to dynamically insert a div at the end of a string in a text input.
For example, if I have a text input...
MyInput: <input type="text" name="myInput" value="" />
...and in their browser someone types...
MyInput: Here is some sample input
I would like to generate the div immediately after the word input.
Does anyone know how to get the absolute pixel coordinates of the tail end of a string in a text input?
Thanks!