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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T04:44:50+00:00 2026-06-11T04:44:50+00:00

I have form inputs in a table row, which I would like to submit

  • 0

I have form inputs in a table row, which I would like to submit via ajax.

$(this).closest("tr").find("input,select,textarea").each(function(){$data+=$(this).attr('name')+'='+encodeURIComponent($(this).val())+'&';

I had everything working fine – until one of the inputs had an ampersand in the value. I found some information on this post, which helped a lot – and using encodeURIComponent (as shown above) I was able to get the form to submit without a problem. My question is – in that post, @T.J. Crowder mentioned how he would “strongly recommend” using @Darin Dimitrov’s solution:

data: { id: thisId, value: thisValue }

How would I implement this in my current code? Also – is there any benefit to using the second code, or is encodeURIComponent just as good?

  • 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-11T04:44:52+00:00Added an answer on June 11, 2026 at 4:44 am

    You can use the native Javascript “Object” pseudo-class. I don’t really understand your code’s purpose; but, supossing it is correct, should look like this:

    $data = new Object;
    $(this).closest("tr").find("input,select,textarea").each(function(){
      $data[$(this).attr('name')] = $(this).val();
    });
    

    Hope this helps.

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

Sidebar

Related Questions

I have a form like this: <form action=form_send.php method=post> <table> <tr> <td><label for=address>address</label></td> <td><input
I have a form that creates inputs in a table row. I have now
I have this table where I can generate dynamic rows (which has input <type=text
hello i have a form like this <form id=ricerca enctype=application/x-www-form-urlencoded method=post action=><table class=inserisci_modifica> <tr
I have a table with multiple rows which contain form inputs (checkboxes, text, dropdowns).
I have the following html code: <form> <table> <tbody> <tr> <td> <span>Quantity<span class=pull-right>3</span> <input
Example, if I have <form name=blah> <input name=1/> <input name=2/> <table> <tr> <td> <unkown
I have a form with inputs, the Jquery makes a specific input (the url
I have a form which has three inputs when the page loads -- 2
I have a form with a row called target1 and a JavaScript which adds

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.