Sha256: 3ce6909b747ce6a51874a2e812ea7d0c01abed1702f0f3c037165b1e86b32a59

Contents?: true

Size: 254 Bytes

Versions: 10

Compression:

Stored size: 254 Bytes

Contents

/*
 * 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);
	}
});

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wheels-0.1.8 public/javascripts/jquery-validate/localization/methods_pt.js
wheels-0.1.7 public/javascripts/jquery-validate/localization/methods_pt.js
wheels-0.1.6 public/javascripts/jquery-validate/localization/methods_pt.js
wheels-0.1.5 public/javascripts/jquery-validate/localization/methods_pt.js
wheels-0.1.4 public/javascripts/jquery-validate/localization/methods_pt.js
wheels-0.1.3 public/javascripts/jquery-validate/localization/methods_pt.js
wheels-0.1.2 public/javascripts/jquery-validate/localization/methods_pt.js
wheels-0.1.1 public/javascripts/jquery-validate/localization/methods_pt.js
wheels-0.1.0 public/javascripts/jquery-validate/localization/methods_pt.js
wheels-0.0.49 public/javascripts/jquery-validate/localization/methods_pt.js