you can use the $.post method $.post("test.php", { name: "John", time: "2pm" }, function(data) { alert("Data Loaded: " + data); });