jquery - Error callback doesnt have the details in IE -
i calling ajax call in app , error callback doesn't have error details in internet explorer, other browsers working fine
app.api.remoteupload(datacall, url, function (data, status) { alert(data); }, function (error, status) { alert(error); });
alert(error) empty object in ie error condition, others browsers working fine. thoughts ?
thanks,
Comments
Post a Comment