Jump to content

how to pass textbox value into ajax post and retrieved


balamurugan03

Recommended Posts

Hi friends,

 

                i am new in php, user fill the text box to get the value and post it to the next page using ajax. this is my requirement.

 

i call the textbox in while loop ,so i used the text  box name is ship_quantity[]

 

 

In jquery i get the value like that

 

$('input[name="ship_quantity[]"]').each(function(){
     var sq=$(this).val();

 alert(sq); 

 

now i get the value of 1,2 as user inputs. my questions is how to extract this values and send to ajax post.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.