Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 183075
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T15:03:07+00:00 2026-05-11T15:03:07+00:00

How to use jQuery to get the checked checkboxes values, and put it into

  • 0

How to use jQuery to get the checked checkboxes values, and put it into a textarea immediately?

Just like this code:

<html>   <head>   </head>    <body>     <div id='c_b'>       <input type='checkbox' value='one_name' checked>       <input type='checkbox' value='one_name1'>       <input type='checkbox' value='one_name2'>     </div>        <textarea id='t'></textarea>   </body> </html> 

If the id='c_d' is updated by Ajax, the below of altCognito’s code doesn’t work. Is there any good solution?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T15:03:07+00:00Added an answer on May 11, 2026 at 3:03 pm

    Here’s one that works (see the example):

     function updateTextArea() {               var allVals = [];      $('#c_b :checked').each(function() {        allVals.push($(this).val());      });      $('#t').val(allVals);   }  $(function() {    $('#c_b input').click(updateTextArea);    updateTextArea();  }); 

    Update

    Some number of months later another question was asked in regards to how to keep the above working if the ID changes. Well, the solution boils down to mapping the updateTextArea function into something generic that uses CSS classes, and to use the live function to monitor the DOM for those changes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 239k
  • Answers 239k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer No, the content type should stay what it is, correctly… May 13, 2026 at 6:59 am
  • Editorial Team
    Editorial Team added an answer IconImage is using MediaTracker to load the image asynchronously. At… May 13, 2026 at 6:59 am
  • Editorial Team
    Editorial Team added an answer When you checkout a new project from scratch, you shouldn't… May 13, 2026 at 6:59 am

Related Questions

I have a table and I use jquery to get all the cells from
I am trying to create a custom jQuery selector that will put focus() on
I am using jQuery to get back some JSON data from the server. I
I am confused as to when I can use the DOM properties and when

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.