When I click submit I\'d like all form data to be POSTed to process.php. Then on process.php I want to echo out the POST data and finally replace everything in results div t
You can call $.post passing form data serialized. like this:
$.post