0
由於某種原因,我的問題與我的success
行我收到以下錯誤:Uncaught SyntaxError: Unexpected identifier
在這一行爲什麼?jQuery Uncaught語法錯誤:意外標識符成功
阿賈克斯:
$.ajax({
dataType: "json",
type: "GET",
url: "file.php",
data: dataString,
error: function(req, err){console.log(err);}
success: function(response){Removed info}
});
我已經試過error: function(req, err){console.log(err);},
但這然後給我一個錯誤parsererror
在同一行
你能提供小提琴嗎? –