web development course reference
$.ajax({
url : ".php file path.php",
method : "POST",
data : JSON.stringify(param),
success : function(res){
res = JSON.parse(res);
if(res.result == 200)
{
//
}
}).fail(function(){
});
No comments:
Post a Comment