Hi, I am trying to create a little JavaScript WYSIWYG editor much like the one I'm using to write this thread right now. I have almost enough knowledge of the language to create one. My only question is, how can I retrieve and edit the text a user has selected? For example, in this WYSIWYG editor that I'm using you can select text and make it a hyperlink. How can I modify the text that a user selects?
Thank you.
Thank you.
Comment