Here is code illustrating the issue:
http://jsfiddle.net/fLjeC/4/
If you change any of fields, you will see that change event callback function is called with
only single parameter, which is event. Why not add at least one extra parameter containing new value ?