C2Code - Code 2 Share
  • Questions
  • Ask a question
  • Tags
  • Custom Function Plugin
  • Login
Select Page

jQuery copy one input to another

391 viewsMay 11, 2020
0
Avatar photo
admin133 May 11, 2020 0 Comments
admin Answered question May 11, 2020
Add a Comment

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Avatar photo
admin133 Posted May 11, 2020 0 Comments

<textarea id="one"></textarea>
<textarea id="two"></textarea>

$("#one, #two").on("change keyup", function(){
 $("textarea").not($(this)).val($(this).val());
});

admin Answered question May 11, 2020
Add a Comment
You are viewing 1 out of 1 answers, click here to view all answers.
Write your answer.
Register or Login

Search questions

Question stats

  • ActiveMay 11, 2020
  • Views391 times
  • Answers1 answer

Questions

Do you know the drawbacks of plastic fencing? 0 Answers | 0 Votes
Add line break “” after each hash from string 0 Answers | 0 Votes
Scroll margin top – Scroll Offset Css 0 Answers | 0 Votes
Sly slider 0 Answers | 0 Votes
WordPress Repeater custom fields without plugin 0 Answers | 0 Votes
Security policy HTML meta tag 0 Answers | 0 Votes
PHP Asia Timezone with add one minute 0 Answers | 0 Votes
WP Json Ajax with data parse 0 Answers | 0 Votes

Popular Questions

  • Facebook
  • Twitter
  • Google
  • Instagram
  • RSS
© C2Code 2020
  • Login
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.