Sha256: a97071e386390e7bbe2ff72c94e7b6bdf6db1ac1712957373d0c6043159f2c50

Contents?: true

Size: 261 Bytes

Versions: 10

Compression:

Stored size: 261 Bytes

Contents

/*
 * Localized default methods for the jQuery validation plugin.
 * Locale: NL
 */
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_nl.js
wheels-0.1.7 public/javascripts/jquery-validate/localization/methods_nl.js
wheels-0.1.6 public/javascripts/jquery-validate/localization/methods_nl.js
wheels-0.1.5 public/javascripts/jquery-validate/localization/methods_nl.js
wheels-0.1.4 public/javascripts/jquery-validate/localization/methods_nl.js
wheels-0.1.3 public/javascripts/jquery-validate/localization/methods_nl.js
wheels-0.1.2 public/javascripts/jquery-validate/localization/methods_nl.js
wheels-0.1.1 public/javascripts/jquery-validate/localization/methods_nl.js
wheels-0.1.0 public/javascripts/jquery-validate/localization/methods_nl.js
wheels-0.0.49 public/javascripts/jquery-validate/localization/methods_nl.js