I have an input box on a form and I want to fire an event when the value of that input changes. The value is typically changed through some other jQuery function and the .change() event does not appear to be triggered when this happens.
How can I make this possible?