For a project of mine I would love to provide auto completion for a specific textarea. Similar to how intellisense/omnicomplete works. For that however I have to find out ...
I am trying (and failing) to implement a drag&drop mechanism into an HTML textarea.
Drag&Drop mechanism is relatively easy with jQuery or Scriptaculous (we use both), so I am willing to ...
Gvien a textarea tag, I can get the coordinates of the cursor using some javascript with onMouseDown when a user clicks there. Now I want to be able to write ...
I'd like to display a dropdown list in a textarea to assist the user in typing certain things. You know this from current IDEs as code completion. As you start typing ...
I know there are a few posts with the similar title, but they don't seem to refer to the same question.
I'm trying to put the image tag at the position of ...