function post() { $.post("post.php", $("form").serialize(), post) };
function post() { $.post("post.php", $("form").serialize(), post) }; post()