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

jQuery copy one input to another

427 viewsMay 11, 2020
0
Avatar photo
admin137 May 11, 2020 0 Comments
admin Answered question May 11, 2020
Add a Comment

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Avatar photo
admin137 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
Write your answer.
Register or Login

Search questions

Question stats

  • ActiveMay 11, 2020
  • Views427 times
  • Answers1 answer

Questions

WPDB check if table exist 0 Answers | 0 Votes
Are you experiencing an interest that is particular about board? 0 Answers | 0 Votes
jQuery disable input text selection 0 Answers | 0 Votes
WordPress 404 email alerts if query string matched 0 Answers | 0 Votes
WPDB replace specific url from post content 0 Answers | 0 Votes
WPDB SQL Query to fing tags which have minimum 10 posts 0 Answers | 0 Votes
htaccess redirect whole domain 0 Answers | 0 Votes
WP Job Manager get job type from job id 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.