摘要: $.extend($.fn.validatebox.defaults.rules, { minLength : { // 判断最小长度 validator : function(value, param) { return value.length >= param[0]; }, message :... 阅读全文
posted @ 2014-08-27 15:27 gxwy 阅读(218) 评论(0) 推荐(0)