I'm about to embark in creating a Jquery plugin that will provide a type ahead lookup in a similar way to how it's presented in visual studio.
Whilst I'm familiar to autocomplete and other similar type ahead plugins I want to make it so that the pop up is positioned under the word that's being typed in a text area.
Is there a way to get the current x and y of the caret within a text box?
Thanks
Sam