I have a text input whose content is changed by a script not by user. So I would want to fire an event when the value changes. I can't find a suitable event for that. I even found this on StackOverflow, but it is not the solution I'm looking for.
How to make this work with jQuery and a text input where the value is set like this:
myTextControl.value = someValue
Here I want to fire an event to see the new value.