csdn产品小助手 2015-10-12 04:11 采纳率: 0%
浏览 61

jQuery $ .ajax jsonp解析器错误

I looked through all the .ajax jsonp parsererror in stackoverflow and still couldn't figure how to get rid of this error.

JSONP Error: parsererror Error: jQuery21108956659331452101_1444622439301 was not called
JSONP was retrieved successfully

It was retrieved successfully and still not clear why I am getting the parsererror. Codes below. Any help would be greatly appreciated!

$.ajax(this.dataSrc, {
    type: "GET",
    dataType: "jsonp",
    jsonp: "callback",
    error: function(xhr, status, error) {
        console.log('JSONP Error: ' + status + error);
    },
    complete: function(xhr, status) {
        console.log('JSONP was retrieved successfully');
    }
});
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 shape_predictor_68_face_landmarks.dat
    • ¥15 slam rangenet++配置
    • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
    • ¥15 对于相关问题的求解与代码
    • ¥15 ubuntu子系统密码忘记
    • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
    • ¥15 保护模式-系统加载-段寄存器
    • ¥15 电脑桌面设定一个区域禁止鼠标操作
    • ¥15 求NPF226060磁芯的详细资料
    • ¥15 使用R语言marginaleffects包进行边际效应图绘制