I have 3 HTML inputs. When modifying the text in input 1, input 2 should update with the text that was previously in input 1. Input 3 should similarly update with the text that was previously in input 2.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do it this way.
Live Demo
Binding keyup event will change as soon as you type something
Live Demo