Currently my AJAX is working like this:
index.php
One
Have a look at the $.ajaxSubmit function in the jQuery Form Plugin. Should be as simple as
$.ajaxSubmit
$('#myForm').ajaxSubmit();
You may also want to bind to the form submit event so that all submissions go via AJAX, as the example on the linked page shows.