Linked Questions

75 votes
10 answers
629k views

Form submit with AJAX passing form data to PHP without page refresh [duplicate]

Can anyone tell me why this bit of code isn't working? <html> <head> <script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script> $(function ()...
GlassHalfAwesome's user avatar
14 votes
3 answers
82k views

jquery using ajax to send data and save in php [duplicate]

Good day im am trying to send or get data from a form and then using jquery and then ajax to send the data into a php page that should save it in the database how can i do it in jquery and use ajax to ...
user1868185's user avatar
6 votes
2 answers
19k views

html form submission via an ajax request? [duplicate]

Possible Duplicate: jQuery AJAX submit form I have a form on a page A, and instead of me posting to a new page, is there a way that i can do onSubmit ajax request it instead? I want to make the ...
Fallenreaper's user avatar
  • 10.6k
2 votes
2 answers
15k views

Submitting Form using jquery AJAX [duplicate]

I am trying to submit my form using jQuery ajax, but my data isn't posting to PHP it returns empty array nothing in $_POST array. This is my code - here is my form: <form action = "/...
Talha Arif's user avatar
6 votes
1 answer
4k views

Submit dynamic form with AJAX? [duplicate]

I am looking to submit a page full of quantities to a page and then return their values. I have the following: <input type="number" name="item1" /> <input type="number" name="item2" /> &...
William's user avatar
  • 146
1 vote
1 answer
2k views

submit ajax form on page load [duplicate]

i have the following form, i want to create a function to auto click on page load. <form id="demo-form" method="post" action="http://demo.org/cad/original/core.php"> <fieldset id="...
mxboy's user avatar
  • 33
0 votes
1 answer
759 views

How can I post data through a form with ajax and get it working? [duplicate]

I have a piece of ajax script that is trying to post a form for me. Currently without ajax the form will post properly and it will send the data. What I want is an ajax post so it does not refresh the ...
M dunbavan's user avatar
  • 1,167
-4 votes
1 answer
588 views

Using AJAX rather than sending a form [duplicate]

What would be the equivalent of using AJAX rather than sending a form in this case <form action="" method="post"> <div style="padding-left: 10 px:"></div> <input id ="datetime" ...
Talentz's user avatar
-2 votes
2 answers
226 views

Efficient way to use jquery submit [duplicate]

I am looking for a basic jQuery function to submit a form without refreshing the page. I had this once but I can't find it, all I can find is the long boring and complicated ones you have to update to ...
user1926053's user avatar
1 vote
3 answers
199 views

Ajax Array to PHP? [duplicate]

I have dynamic Html Form Elements. <input type="text" name='myInputs[]'> And my Ajax request $.ajax({ type:"POST", url:"./ajax/xxxxx.php", data:{ '...
Maddy S.'s user avatar
0 votes
1 answer
210 views

php - ajax sending automatically all the inputs as an array [duplicate]

I have a form that will often be changing. I try to find a solution for not editing the AJAX call each time there is a change in the form. So for exemple: FORM: <form> <label>RED<...
user avatar
-2 votes
1 answer
94 views

Get the result from the PHP page [duplicate]

I created a contact page. When I click on the submit button, this form sends my form information to the server-side file (PHP), but the submit button does nothing. I do not get an answer in the AJAX! ...
حسین اچ's user avatar
0 votes
1 answer
82 views

Submit all forms using Ajax with 1 button [duplicate]

I am trying to submit a dynamic amount of forms by pressing one button. The form has seperate submit buttons and updating the data works with that button. I made a fixed button on the bottom of the ...
Robbert Cognito's user avatar
0 votes
1 answer
78 views

Form post on run time doesn't work - jQuery / AJAX / Post [duplicate]

I am trying to post a data on run time and I want to see this data same time. But I don't understand clearly how can I do. I think my problem is I could not choose the element correctly. What is wrong ...
Brown's user avatar
  • 27
0 votes
0 answers
38 views

How to Submit or POST data of three partial view from the Single click of Submit button which is on Main form [duplicate]

I have three Partial Views on my main form in which i have defined Submit buttons, i.e each partial view has its own submit button and i am using HTML.BeginForm() for taking the updated value from the ...
sheetu's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
14