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

  • SEARCH
  • Home
  • 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 8268241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T05:48:43+00:00 2026-06-08T05:48:43+00:00

I have few tables on the page and I need to run a loop

  • 0

I have few tables on the page and I need to run a loop to get all column values and save them in a comma separated string (I will pass these strings to hidden fields of ASP.NET page). How can I write a loop so that it can read column values from let’s say “Route1” table. Unfortunately I cannot rely on #ID for TR and TD just because users can shuffle them from one table to anothor using (jQuery).

To put it simple, how I can I write a loop to read through column values of the following table

<table ID = "Route1">
    <tr>
        <td>row 1 col1</td> <td> row1 col2 </td>
    </tr>
    <tr>
       <td>row 1 col1</td> <td> row1 col2 </td>
   </tr>
</table>


<table ID = "Route2">
    <tr>
        <td>row 1 col1</td> <td> row1 col2 </td>
    </tr>
    <tr>
        <td>row 1 col1</td> <td> row1 col2 </td>
    </tr>

</table>
  • 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. Editorial Team
    Editorial Team
    2026-06-08T05:48:46+00:00Added an answer on June 8, 2026 at 5:48 am
    var values = [];
    
    $('#Route1 td').each(function () {
        values.push( $(this).text() );
    });
    
    var myString = values.join(',');
    

    Demo : http://jsfiddle.net/2xpFZ/

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

Sidebar

Related Questions

I have a few tables with 70-80 columns in them. I would like to
I have a few thousand tables in my SQL Server instance, and I need
in my application I have a few CListCtrl tables. I fill/refresh them with data
I have to modify a few tables in one function. They must all succeed,
I need to create module in Magento which will have few database tables. One
We have a few tables with persisted computed columns in SQL Server. Is there
I'm using Filemaker Pro 12 Advanced. I have a few tables but have really
I have got a few tables which I am trying to join. I just
I have a database with few tables, ex.: Employee (Id, Name, state, country) Material
I have a MS Access database with few tables and a form. When more

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.