I have an input on my HTML code, I want to change only a specific word in this input.
<input type="text" value="Input that I want to change only **this** word" id="inpWord">
when I keypress on this input, only change the word this, when I type/erease other word blocks me.
how can i do this on Jquery?