It looks like you're new here. If you want to get involved, click one of these buttons!
\"onComplete\": function(a, b, c, d, e) {
data = eval(\"(\" + d + \")\");
if(d && !data.msg){
$(\"#response\").html(d);
}
if(data.msg){
$(\"#response\").html(data.msg);
}
},stats
status
onComplete: function(event, ID, fileObj, response, data){
var data = $.parseJSON(response);
if (data.type == 'notification') {
alert('Do something');
}
},