This is a newbie question. I want to use the jQuery autocomplete for injecting text in the middle of another text, inside a text area. I mean, I have a textarea that may already contain some text. I want to set the cursor anywhere in that text and start typing. The autocomplete box pops up and shows me the available options that match what I started typing. When I select one of the options, it is inserted at the initial cursor position.
Can I do that with the jQuery autocomplete? Thanks