jquery.min.js?v=2.1.4:4 Uncaught TypeError: (b.contentType || "").indexOf is not a functio

Posted 榕树猎人

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery.min.js?v=2.1.4:4 Uncaught TypeError: (b.contentType || "").indexOf is not a functio相关的知识,希望对你有一定的参考价值。

前台运行PUT时出现错误:jquery.min.js?v=2.1.4:4 Uncaught TypeError: (b.contentType || "").indexOf is not a function;

最后检查少了


原代码:
$.ajax({
type: ‘PUT‘,
data: JSON.stringify(addData),
contentType:"application/json",
url: addr + "/information/update",
contentType: function () {
layerDialog = layer.msg(‘正在修改...‘,{
icon: 16, shade:0.5
});
html = "";
},

----------

改后代码:
type: ‘PUT‘,
data: JSON.stringify(addData),
contentType:"application/json",
url: addr + "/information/update",
beforeSend: function () {
layerDialog = layer.msg(‘正在修改...‘,{
icon: 16, shade:0.5
});
html = "";
},

----------------
























以上是关于jquery.min.js?v=2.1.4:4 Uncaught TypeError: (b.contentType || "").indexOf is not a functio的主要内容,如果未能解决你的问题,请参考以下文章

jquery的validate的用法

jquery.js 和 jquery.min.js 有啥区别?

jquery.js和jquery.min.js的区别和springboot整合echarts.min.js

jQuery动态Google CDN与PHP

jquery.min.js与jquery.js有啥区别

jquery.js和jquery.min.js的区别介绍