Ok this example code contains a button. Forget about the button, it does not exist, cannot be referenced and cannot be edited.
The buttons dont exist in this example – they merely represent another process. However the fields still need to be updated from values. Sorry I couldn’t explain it better.
If you want the event to fire whenever the text inside the box changes, then I think you’re best off using jquery’s keyup event instead of blur:
The only problem with this is that it won’t catch instances where users enter data without using their keyboard (paste via right click, etc.).