Hi All, I have a form with approximately 20 text inputs in it. I want to pass the values in these fields to $.get all at once (as though I were submitting the form normally).
So far I have: $.get("ajax-account.php", { action: 'amend', ARRAY HERE ? }, function(data) { // processing }, 'xml'); What is the easiest way to do this? Thanks, David