This commit is contained in:
Jörn Zaeffferer
2009-11-25 13:58:56 +00:00
parent d35485a378
commit cc1289bf04
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
* Updated to latest form plugin (2.36), fixing http://plugins.jquery.com/node/11487
* Bind to blur event for equalTo target to revalidate when that target changes, fixes http://plugins.jquery.com/node/11450
* Simplified select validation, delegating to jQuery's val() method to get the select value; should fix http://plugins.jquery.com/node/11239
* Fixed default message for digits (http://plugins.jquery.com/node/9853)
1.5.5
---

2
jquery.validate.js vendored
View File

@@ -261,7 +261,7 @@ $.extend($.validator, {
date: "Please enter a valid date.",
dateISO: "Please enter a valid date (ISO).",
number: "Please enter a valid number.",
digits: "Please enter only digits",
digits: "Please enter only digits.",
creditcard: "Please enter a valid credit card number.",
equalTo: "Please enter the same value again.",
accept: "Please enter a value with a valid extension.",