我花了一段时间来追踪错误来自哪里,但是jQuery得到了失败(用这个脚本写了h')。我使用的是jQuery 2.1.4
Object.prototype.funkyThing = function () {
}
$.get('testing/plotData.txt', function (data) {
console.log(data);
})
.error(function (jqXHR, textStatus, errorThrown) {
console.log('hmm');
});
是的,我知道" funkyThing"没有做任何事情。只是将它添加到Object原型会导致get失败,使用" SYNTAXERROR"