jquery.form.js错误$.handleError is not a function的解决方法
使用jquery.form.js插件,提交表单的时间,提示错误$.handleError is not a function的错误,完整错误如下:
TypeError: $.handleError is not a function jquery.form.js:339:7
错误原因:
$.handleError存在于jQuery-1.4.2之前的版本中,jQuery-1.4.2之后的版...