Updated JQuery validate plugin and added localizations
svn path=/trunk/; revision=24225
This commit is contained in:
9
scripts/jquery.validate-localization/methods_pt.js
Normal file
9
scripts/jquery.validate-localization/methods_pt.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Localized default methods for the jQuery validation plugin.
|
||||
* Locale: PT_BR
|
||||
*/
|
||||
jQuery.extend(jQuery.validator.methods, {
|
||||
date: function(value, element) {
|
||||
return this.optional(element) || /^\d\d?\/\d\d?\/\d\d\d?\d?$/.test(value);
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user