Using jquery I\'ve added a change handler to a form. This works when any input is changed BUT only if the user manually changes an input and not when some other code changes
Try onchange attribute According to W3c it should trigger anytime the content of an element, the selection, or the checked state have changed.
onchange