W
winkelthorp
Guest
You know how with a regular form that doesn't use AJAX how you just put some <form> tags around it and some <input> or <select>'s in it and all you have to do is hit submit and the info is automatically added to the $_POST array in PHP to read on the next page? Well is there away where I can easily submit a form in Jquery or any AJAX so that I don't have to hard-code all the parameters into the javascript? So that it will somehow go through the form and find all the elements that need to be submitted and make it into an object like {variable_name : variable_value , variable_name2 : variable_value2...}.
Please! Any help on this issue is appreciated! Thanks so much!
Please! Any help on this issue is appreciated! Thanks so much!