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

对象不支持“handleError”属性或方法
怎么解决?



LEATH
浏览 196回答 1
1回答

动漫人物

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 itif ( s.error ) {s.error.call( s.context || s, xhr, status, e );}// Fire the global callbackif ( s.global ) {(s.context ? jQuery(s.context) : jQuery.event).trigger( "ajaxError", [xhr, s, e] );}},
打开App,查看更多内容
随时随地看视频慕课网APP