浏览代码

validateAll...

elclanrs 10 年之前
父节点
当前提交
d0fab2f3fd
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      js/out/jquery.idealforms.js
  2. 2 2
      js/private.js

文件差异内容过多而无法显示
+ 2 - 2
js/out/jquery.idealforms.js


+ 2 - 2
js/private.js

@@ -204,8 +204,8 @@ module.exports = {
     return valid;
   },
 
-  _validateAll: function(handleStyle, handleError) {
+  _validateAll: function(handleError, handleStyle) {
     var self = this;
-    this.$inputs.each(function(){ self._validate(this, handleStyle, handleError); });
+    this.$inputs.each(function(){ self._validate(this, handleError, handleStyle); });
   }
 };

部分文件因为文件数量过多而无法显示