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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:12:32+00:00 2026-05-23T17:12:32+00:00

This js script select the value of inputfield with name: id_add_to_cart and pass to

  • 0

This js script select the value of inputfield with name: id_add_to_cart and pass to ParseProductId that parse the value:

$("input[id='add-extra']").live("click",function () {
    var product_id = $("input[name='id_add_to_cart']").value;
    parseProductId(product_id);
    return false;
});

The parsed value is undefined for this HTML:

                    <form action="" method="POST">';
                        <input type="hidden" name="id_add_to_cart" value="100" />
                        <input type="submit" id="add-extra" value="Add" />';

                    </form>

What am I missing?

  • 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-23T17:12:33+00:00Added an answer on May 23, 2026 at 5:12 pm
    $("input[id='add-extra']").live("click",function() {
        var product_id = $("input[name='id_add_to_cart']").val();
        alert(product_id);
    });
    

    change .value to .val().

    Demo: http://jsbin.com/egiwor/2

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

Sidebar

Related Questions

I have this script: select name,create_date,modify_date from sys.procedures order by modify_date desc I can
i have this script <select> <option value=1>one<img src=star.gif height=15 width=15></img> </option> </select> but it
I've currently got a script that'll check for the value of a select box,
I have this in html code: <select name=t id=t> <option value=6>test2</option> <option value=0>Overall</option></select> <select
So i have this script: <?php $query = mysql_query( SELECT meetup AS text, id
Well basically I have this script that takes a long time to execute and
I want to execute this script (view source) that uses Google Translate AJAX API
I have the following drop down: <select name=chooseLanguage> <option>Choose One</option> <option value=java>Java</option> <option value=php>PHP</option>
if you run this script to retrieve all default value definations in a database:
Have a script to add / remove options from a select field -- the

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.