为了账号安全,请及时绑定邮箱和手机立即绑定

提交时报错 JavaScript 运行时错误:?该怎么修改?

提交时报错 JavaScript 运行时错误:?该怎么修改?

LEATH 2022-05-07 11:07:15
对象不支持“handleError”属性或方法怎么解决?
查看完整描述

1 回答

?
动漫人物

TA贡献1815条经验 获得超10个赞

handlerError只在jquery-1.4.2之前的版本中存在,jquery-1.6 和1.7中都没有这个函数了,因此在1.4.2中将这个函数复制到了form.js中

handleError: function( s, xhr, status, e ) {
// If a local callback was specified, fire it
if ( s.error ) {
s.error.call( s.context || s, xhr, status, e );
}

// Fire the global callback
if ( s.global ) {
(s.context ? jQuery(s.context) : jQuery.event).trigger( "ajaxError", [xhr, s, e] );
}
},



查看完整回答
反对 回复 2022-05-09
  • 1 回答
  • 0 关注
  • 195 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信