All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.webjars.jquery-validation.1.15.0.localization.methods_nl.js Maven / Gradle / Ivy

There is a newer version: 3.28.18
Show newest version
(function( factory ) {
	if ( typeof define === "function" && define.amd ) {
		define( ["jquery", "../jquery.validate"], factory );
	} else if (typeof module === "object" && module.exports) {
		module.exports = factory( require( "jquery" ) );
	} else {
		factory( jQuery );
	}
}(function( $ ) {

/*
 * Localized default methods for the jQuery validation plugin.
 * Locale: NL
 */
$.extend( $.validator.methods, {
	date: function( value, element ) {
		return this.optional( element ) || /^\d\d?[\.\/\-]\d\d?[\.\/\-]\d\d\d?\d?$/.test( value );
	}
} );

}));




© 2015 - 2025 Weber Informatics LLC | Privacy Policy