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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T07:37:57+00:00 2026-06-03T07:37:57+00:00

i have this dynamically populated form fields. <input type=text name=quantity[] placeholder=quantity/> <input type=text name=quantity[]

  • 0

i have this dynamically populated form fields.

<input type="text" name="quantity[]" placeholder="quantity"/>
<input type="text" name="quantity[]" placeholder="quantity"/>
<input type="text" name="quantity[]" placeholder="quantity"/>
<input type="text" name="quantity[]" placeholder="quantity"/>
<input type="text" name="quantity[]" placeholder="quantity"/>

on jQuery’s keyup i want to fetch all the value from input[name="quantity[]"] and perform some calculations like total quantity i.e something like

(field1 quantity value) + (field2 quantity value) + (field3 quantity value) ... n

i tried fetching the value like this.

$('input[name="quantity[]"]').keyup(function(){
    var val = $(this).val();
});

this only fetches the value of first element and ignores the rest of fields. how do i go with what i want?

thank you

  • 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-03T07:37:58+00:00Added an answer on June 3, 2026 at 7:37 am

    try this:

     <input type="text" name="quantity[]" placeholder="quantity"/>
    <input type="text" name="quantity[]" placeholder="quantity"/>
    <input type="text" name="quantity[]" placeholder="quantity"/>
    <input type="text" name="quantity[]" placeholder="quantity"/>
    <input type="text" name="quantity[]" placeholder="quantity"/>
    
    <input type="text" name="res" placeholder="Resultado"/>
    
    
    
    $(document).ready(function() {
    
    
    $('input[name="quantity[]"]').keyup(function(){
       var val = 0;
       $('input[name="quantity[]"]').each(function() {
                    val += Number($(this).val());
                });
        $('input[name="res"]').val(val);
    });
    

    });

    fuente con jsfiddle

    http://jsfiddle.net/kSw4G/3/

    by JNE

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

Sidebar

Related Questions

In my view, I have a form I want to dynamically render. This form
I have a form that is dynamically created, on this form are several radio
I have a table in HTML. The contents of this table are dynamically populated.
I have several DropDownLists on a form which are dynamically populated as they move
I have an HTML form with sections laid out like this: I do want
I have a form where the user can dynamically add fields (clone and increasing
I have a ext.form.Combobox object that is dynamically populated by ext.data.JsonStore. The user can
I have a table inside a form, which is populated with various input boxes.
I have a ASP.Net web form that contains both text box fields and hidden
I have this code $(.delete2).click(function() { $('#load2').fadeIn(); } I have dynamically added item via

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.