howto catch a value change event on input field?

howto catch a value change event on input field?

input field value is changed by a js function i can't modify so i can't trigger() an event from that function.
i've tried $(element).change() but it doesn't seem to be working.

any ideas?