mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-20 09:11:40 +01:00
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
* Updated to latest form plugin (2.36), fixing http://plugins.jquery.com/node/11487
|
* 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
|
* 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
|
* 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
|
1.5.5
|
||||||
---
|
---
|
||||||
|
|||||||
2
jquery.validate.js
vendored
2
jquery.validate.js
vendored
@@ -261,7 +261,7 @@ $.extend($.validator, {
|
|||||||
date: "Please enter a valid date.",
|
date: "Please enter a valid date.",
|
||||||
dateISO: "Please enter a valid date (ISO).",
|
dateISO: "Please enter a valid date (ISO).",
|
||||||
number: "Please enter a valid number.",
|
number: "Please enter a valid number.",
|
||||||
digits: "Please enter only digits",
|
digits: "Please enter only digits.",
|
||||||
creditcard: "Please enter a valid credit card number.",
|
creditcard: "Please enter a valid credit card number.",
|
||||||
equalTo: "Please enter the same value again.",
|
equalTo: "Please enter the same value again.",
|
||||||
accept: "Please enter a value with a valid extension.",
|
accept: "Please enter a value with a valid extension.",
|
||||||
|
|||||||
Reference in New Issue
Block a user