Let's say we have an input field: <input type="text" id="id0"/>. I would like to dynamically replace the current selection of the text with my text. What is the best way to achieve that using jQuery or javascript?
Update:
I meant: the user types the text and selects part of it, then presses a button to replace the selected section with another specified text.
Regards, Rafal