diff --git a/jquery.validate.js b/jquery.validate.js index 1335b54..626404b 100644 --- a/jquery.validate.js +++ b/jquery.validate.js @@ -940,7 +940,7 @@ $.extend($.validator, { rules[this] = Number(rules[this]); } }); - $.each(['rangelength'], function() { + $.each(['rangelength', 'range'], function() { var parts; if ( rules[this] ) { if ( $.isArray(rules[this]) ) {