Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery post failure

$.post("test.php", function(data) {
   alert("Data Loaded: " + data);
})
.fail(function() { 
   alert("error"); 
})
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #post #failure
ADD COMMENT
Topic
Name
7+7 =