日期:2014-05-16 浏览次数:20489 次
// select only the first element for each name, and only those with rules specified
if ( this.name in rulesCache || !validator.objectLength($(this).rules()) ) {
return false;
}
// select only the first element for each name, and only those with rules specified
/*if ( this.name in rulesCache || !validator.objectLength($(this).rules()) ) {
return false;
}*/