I was searching the web for how to fire of some jQuery code if the value of an input inside a form changes if it gets changed through a script that sets it's value with .val()
. on('change')
sadly only listens to the blur of an input. Is there a way to get around this?
I want to listen to the form which contains many inputs, if something changes inside.