Sha256: a6e657c399d14bc5c163cf456b7ceff3c8f4c2c23709e2bc3a0b3750182fffe9

Contents?: true

Size: 256 Bytes

Versions: 2

Compression:

Stored size: 256 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

2 entries across 2 versions & 2 rubygems

Version Path
ajax_validation-0.0.1 app/assets/javascripts/ajax_validation/jquery.validate.localization/methods_nl.js
jquery-validation-rails-1.12.0 app/assets/javascripts/jquery.validate.localization/methods_nl.js