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 3421032
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T06:04:06+00:00 2026-05-18T06:04:06+00:00

Each cell has some field, text input, radio buttons or select. Am I forced

  • 0

Each cell has some field, text input, radio buttons or select.

Am I forced to name the fields in such a way so the names embody the row and column indexes?
like “data[row][col]”?
It is kind of a hassle to dynamically create those field names when adding rows or columns to the table..

Can jQuery magic be used here?

  • 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-05-18T06:04:07+00:00Added an answer on May 18, 2026 at 6:04 am

    Sure can, look here:

    // This assumes that you've wrapped the form #myform around the input
    $('#myform').submit(function() {
        $('#mytable tr').each(function(n, elem) {
            $('td', elem).each(function(m) {
                $('input:text, input:radio, textarea, select')
                    .attr('name', 'data['+n+']['+m+']');
            });
        });
    
        // Do some validation or just let it submit :D
    });
    

    Here you go!

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

Sidebar

Related Questions

I have a table with each cell containing a label and a text field.
I'm looping through cells in a table row. each cell has a text box
I'm having some issues with my table that has UITextFields in each cell. I
I have a tableview which contains custom cells where each cell has some PDF
I have a HTML table. Each cell has content of different length. For this
I have a tableview, which has many sections. each section has just one cell.
The text for each cell in a UITableView is not being displayed, and I
I run my animations in a UITAbleViewCell. Each cell has its own animation and
Given a basic grid (like a piece of graph paper), where each cell has
I have a table that has a column that contains links. Each cell in

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.