$.post("test.php", function(data) { alert("Data Loaded: " + data); }) .fail(function() { alert("error"); })