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
Given a basic grid (like a piece of graph paper), where each cell has
Question for YUI experts... I have a table and I've made each cell of
I want to create a really easy to use 2D Grid. Each cell in
I want every cell in each row except the last in each row. I
Each year at Thanksgiving, my family has drawn names out of a hat to
Each of my clients can have many todo items and every todo item has
Each page of my site has 10 (almost) identical divs, varying only in the
Each of these variables has an integer value. But this syntax is not valid

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.