I’m trying to trigger the change
event on a text box when I change its value with a button, but it doesn’t work. Check this fiddle.
If you type something in the text boxes and click somewhere else, change
is triggered. However, if you click the button, the text box value is changed, but change
doesn’t trigger. Why?