I want to get the value of another textbox and input it in realtime into the other textbox.
HOW CAN I DETECT IF TEXT_3 WAS CHANGED? IF TEXT_3 VALUE CHANGED, IT MUST BE INPU
the change event fires after the input field has lost it's focus. If you want to update it in realtime you also need the keyup event, so something like this: