first commit
This commit is contained in:
5
plugins/jquery-validation/additional/bankorgiroaccountNL.js
vendored
Normal file
5
plugins/jquery-validation/additional/bankorgiroaccountNL.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
$.validator.addMethod( "bankorgiroaccountNL", function( value, element ) {
|
||||
return this.optional( element ) ||
|
||||
( $.validator.methods.bankaccountNL.call( this, value, element ) ) ||
|
||||
( $.validator.methods.giroaccountNL.call( this, value, element ) );
|
||||
}, "Please specify a valid bank or giro account number" );
|
||||
Reference in New Issue
Block a user