I'm trying to set a pixel inside the script, but the URL 404 is unsuccessful. My problem is that I am trying to capture the error with the script but it does not come in. GetScript (URL) .done (function (script, textStatus) {alert (1);}) .fail (function (jqxhr, settings, exception) {alert (1);});
Comments
Post a Comment