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 nginx中的CORS策略应该如何配置
    • ¥30 信号与系统实验:采样定理分析
    • ¥100 我想找人帮我写Python 的股票分析代码,有意请加mathtao
    • ¥20 Vite 打包的 Vue3 组件库,图标无法显示
    • ¥15 php 同步电商平台多个店铺增量订单和订单状态
    • ¥15 关于logstash转发日志时发生的部分内容丢失问题
    • ¥17 pro*C预编译“闪回查询”报错SCN不能识别
    • ¥15 微信会员卡接入微信支付商户号收款
    • ¥15 如何获取烟草零售终端数据
    • ¥15 数学建模招标中位数问题