Is it possible to get the value of a text input and replace part of it only?
For example, let's say I have:
$("#myTextInput").val("hello sunshine!");
And I would like to replace "hello" with "good morning" WITHOUT erasing "sunshine"... Is that possible? Any help is greatly appreciated, thank you in advance!