From a354e8ac2546e859acc5cec5391a8767df306313 Mon Sep 17 00:00:00 2001 From: bytestream Date: Tue, 10 Oct 2023 00:15:15 +0100 Subject: [PATCH 01/13] Build: Updating the master version to 1.20.1-pre. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f2d81a0c..f1a027aa7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jquery-validation", "title": "jQuery Validation Plugin", "description": "Client-side form validation made easy", - "version": "1.20.0-pre", + "version": "1.20.1-pre", "homepage": "https://jqueryvalidation.org/", "license": "MIT", "author": { From 672a3601d71efa7b8089c365447b1999e521c5fb Mon Sep 17 00:00:00 2001 From: bytestream Date: Tue, 10 Oct 2023 00:27:38 +0100 Subject: [PATCH 02/13] Chore: update changelog.md --- changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/changelog.md b/changelog.md index 6bbbd5ccb..4680381ae 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,23 @@ +1.20.0 / 2023-10-10 +=================== + +## Additional + * Fixed vinUS validation failing on valid vin numbers [#2460](https://github.com/jquery-validation/jquery-validation/pull/2460) + +## Core + * Fixed race condition in remote validation rules [#2435](https://github.com/jquery-validation/jquery-validation/pull/2435) + * Removed pending class from fields with an aborted request [#2436](https://github.com/jquery-validation/jquery-validation/pull/2436) + * Fixed remote validation error tracking [#2242](https://github.com/jquery-validation/jquery-validation/pull/2242) + * Added escapeHtml option to avoid XSS attacks via showLabel method [#2462](https://github.com/jquery-validation/jquery-validation/pull/2462) + +## Demo + * Fixed minlength validation in ajaxSubmit-integration-demo.html [#2454](https://github.com/jquery-validation/jquery-validation/pull/2454) + +## Localisation + * Improved required translation in pt_BR [#2445](https://github.com/jquery-validation/jquery-validation/pull/2445) + * Added Hindi translation [#2453](https://github.com/jquery-validation/jquery-validation/pull/2453) + * Added French currency translation [#2471](https://github.com/jquery-validation/jquery-validation/pull/2471) + 1.19.5 / 2022-07-01 =================== From 0c811ce17c075bbfb14c6fc8daf02e383eae1ef4 Mon Sep 17 00:00:00 2001 From: Mohamed Baddi Date: Wed, 20 Mar 2024 13:06:54 +0000 Subject: [PATCH 03/13] Localization: Update Arabic translations (#2485) * feat: update arabic messages translations * psr: coding style * wip: coding style --- src/localization/messages_ar.js | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/src/localization/messages_ar.js b/src/localization/messages_ar.js index dad165e58..d6e1433b1 100644 --- a/src/localization/messages_ar.js +++ b/src/localization/messages_ar.js @@ -19,5 +19,34 @@ $.extend( $.validator.messages, { rangelength: $.validator.format( "عدد الحروف يجب أن يكون بين {0} و {1}" ), range: $.validator.format( "رجاء إدخال عدد قيمته بين {0} و {1}" ), max: $.validator.format( "رجاء إدخال عدد أقل من أو يساوي {0}" ), - min: $.validator.format( "رجاء إدخال عدد أكبر من أو يساوي {0}" ) + min: $.validator.format( "رجاء إدخال عدد أكبر من أو يساوي {0}" ), + step: $.validator.format( "يرجى تقديم قيمة من مضاعفات {0}" ), + maxWords: $.validator.format( "يرجى تقديم ما لا يزيد عن {0} كلمات" ), + minWords: $.validator.format( "يرجى تقديم {0} كلمات على الأقل" ), + rangeWords: $.validator.format( "يرجى تقديم ما بين {0} و{1} كلمة" ), + letterswithbasicpunc: "يرجى تقديم الحروف وعلامات الترقيم فقط", + alphanumeric: "يرجى تقديم الحروف والأرقام والمسافات والتسطير فقط", + lettersonly: "يرجى تقديم الحروف فقط", + nowhitespace: "من فضلك لا تدخل المساحات البيضاء", + ziprange: "يرجى تقديم الرمز البريدي بين 902xx-xxxx و905-xx-xxxx", + integer: "يرجى تقديم رقم غير عشري موجب أو سالب", + vinUS: "يرجى تقديم رقم تعريف المركبة (VIN)", + dateITA: "يرجى تقديم تاريخ صالح", + time: "يرجى تقديم وقت صالح بين 00:00 و23:59", + phoneUS: "الرجاء تقديم رقم هاتف صالح", + phoneUK: "الرجاء تقديم رقم هاتف صالح", + mobileUK: "يرجى تقديم رقم هاتف محمول صالح", + strippedminlength: $.validator.format( "يرجى تقديم {0} حرفًا على الأقل" ), + email2: "يرجى تقديم عنوان بريد إلكتروني صالح", + url2: "يرجى إدخال عنوان بريد إلكتروني صحيح", + creditcardtypes: "يرجى تقديم رقم بطاقة ائتمان صالح", + currency: "يرجى تقديم عملة صالحة", + ipv4: "يرجى تقديم عنوان IP v4 صالح", + ipv6: "يرجى تقديم عنوان IP v6 صالح", + require_from_group: $.validator.format( "يرجى تقديم ما لا يقل عن {0} من هذه الحقول" ), + nifES: "يرجى تقديم رقم TIN صالح", + nieES: "يرجى تقديم رقم NIE صالح", + cifES: "يرجى تقديم رقم CIF صالح", + postalCodeCA: "يرجى تقديم رمز بريدي صالح", + pattern: "التنسيق غير صالح" } ); From 569e62234c321f4da30015f516f09c367c09a804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Monn=C3=A9?= Date: Sun, 21 Apr 2024 10:59:31 +0200 Subject: [PATCH 04/13] Core: fix remote validation when input is the same as in aborted request (#2481) Fixes #2479 --- src/core.js | 3 ++- test/methods.js | 38 +++++++++++++++++++++++++++++++++++++- test/test.js | 10 ++++++++++ 3 files changed, 49 insertions(+), 2 deletions(-) diff --git a/src/core.js b/src/core.js index ab891487b..426b2551a 100644 --- a/src/core.js +++ b/src/core.js @@ -1594,11 +1594,12 @@ $.extend( $.validator, { param = typeof param === "string" && { url: param } || param; optionDataString = $.param( $.extend( { data: value }, param.data ) ); - if ( previous.old === optionDataString ) { + if ( previous.valid !== null && previous.old === optionDataString ) { return previous.valid; } previous.old = optionDataString; + previous.valid = null; validator = this; this.startRequest( element ); data = {}; diff --git a/test/methods.js b/test/methods.js index a65e4b474..b2644f59d 100644 --- a/test/methods.js +++ b/test/methods.js @@ -623,7 +623,7 @@ QUnit.test( "remote, data previous querystring", function( assert ) { rules: { lastname: { remote: { - url: "users.php", + url: "users3.php", type: "POST", data: { firstname: function() { @@ -839,6 +839,42 @@ QUnit.test( "Fix #2434: race condition in remote validation rules", function( as } ); } ); +QUnit.test( "Fix #2479: Remote validation fails when input is the same as in aborted request", function( assert ) { + var e = $( "#username" ), + done1 = assert.async(), + v = $( "#userForm" ).validate( { + rules: { + username: { + remote: { + url: "users.php" + } + } + }, + messages: { + username: { + remote: $.validator.format( "{0} in use" ) + } + } + } ); + + e.val( "Peter" ); + v.element( e ); + assert.equal( e.hasClass( "error" ), false, "Field 'username' should not have the error class" ); + assert.equal( e.hasClass( "pending" ), true, "field 'username' should have the pending class" ); + + e.val( "Peter" ); + v.element( e ); + assert.equal( e.hasClass( "error" ), false, "Field 'username' should not have the error class" ); + assert.equal( e.hasClass( "pending" ), true, "field 'username' should have the pending class" ); + + setTimeout( function() { + assert.equal( v.errorList[ 0 ].message, "Peter in use" ); + assert.equal( e.hasClass( "error" ), true, "Field 'username' should have the error class" ); + assert.equal( e.hasClass( "pending" ), false, "field 'username' should not have the pending class" ); + done1(); + } ); +} ); + QUnit.module( "additional methods" ); QUnit.test( "phone (us)", function( assert ) { diff --git a/test/test.js b/test/test.js index 02462c933..c6f123f69 100644 --- a/test/test.js +++ b/test/test.js @@ -31,6 +31,16 @@ $.mockjax( { responseTime: 1 } ); +$.mockjax( { + url: "users3.php", + data: { + lastname: "last-name" + }, + responseText: "false", + responseStatus: 200, + responseTime: 1 +} ); + $.mockjax( { url: "echo.php", response: function( data ) { From 21951645948cebea491e6b1882b41576fe44e333 Mon Sep 17 00:00:00 2001 From: Kieran Brahney Date: Thu, 13 Jun 2024 14:28:14 +0100 Subject: [PATCH 05/13] Build: Updating the master version to 1.20.2-pre. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1a027aa7..dfe9a5322 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jquery-validation", "title": "jQuery Validation Plugin", "description": "Client-side form validation made easy", - "version": "1.20.1-pre", + "version": "1.20.2-pre", "homepage": "https://jqueryvalidation.org/", "license": "MIT", "author": { From 0f8400fc55c801b4201ce41290b2aae21e2b20ec Mon Sep 17 00:00:00 2001 From: Kieran Brahney Date: Thu, 13 Jun 2024 14:37:54 +0100 Subject: [PATCH 06/13] Chore: update changelog --- changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.md b/changelog.md index 4680381ae..65b392ff8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +1.20.1 / 2024-06-13 +=================== + +## Core + * Fix remote validation when input is the same as in aborted request [#2481](https://github.com/jquery-validation/jquery-validation/pull/2481) + +## Localisation + * Update Arabic translations [#2485](https://github.com/jquery-validation/jquery-validation/pull/2485) + 1.20.0 / 2023-10-10 =================== From 75f51237e422360e53c5c23ad8da307223fe0b8a Mon Sep 17 00:00:00 2001 From: Daniel Hobi Date: Fri, 28 Jun 2024 17:10:19 +0200 Subject: [PATCH 07/13] Core: Add support for Web Components (#2493) Co-authored-by: Daniel Hobi --- .jscsrc | 5 ++++- .jshintignore | 1 + Gruntfile.js | 12 +++++++++++- package.json | 2 +- src/core.js | 20 +++++++++++--------- test/custom-elements.js | 17 +++++++++++++++++ test/index.html | 4 ++++ test/test.js | 21 +++++++++++++++++++++ 8 files changed, 70 insertions(+), 12 deletions(-) create mode 100644 test/custom-elements.js diff --git a/.jscsrc b/.jscsrc index d50b36c38..018d8ca09 100644 --- a/.jscsrc +++ b/.jscsrc @@ -1,5 +1,8 @@ { "preset": "jquery", "maximumLineLength": null, - "requireCamelCaseOrUpperCaseIdentifiers": null + "requireCamelCaseOrUpperCaseIdentifiers": null, + "excludeFiles": [ + "test/custom-elements.js" + ] } diff --git a/.jshintignore b/.jshintignore index ffdbea7be..420537ee7 100644 --- a/.jshintignore +++ b/.jshintignore @@ -4,3 +4,4 @@ test/qunit/ dist/ demo/ *.min.js +test/custom-elements.js diff --git a/Gruntfile.js b/Gruntfile.js index 18cd73e33..2f4e3ea6c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -115,7 +115,17 @@ grunt.initConfig( { } }, qunit: { - files: "test/index.html" + files: "test/index.html", + options: { + puppeteer: { + args: [ + "--headless", + "--disable-web-security", + "--allow-file-access-from-files" + ] + }, + timeout: 10000 + } }, jshint: { options: { diff --git a/package.json b/package.json index dfe9a5322..26c433102 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "grunt-contrib-concat": "1.0.1", "grunt-contrib-copy": "1.0.0", "grunt-contrib-jshint": "1.0.0", - "grunt-contrib-qunit": "1.2.0", + "grunt-contrib-qunit": "10.0.0", "grunt-contrib-uglify": "1.0.1", "grunt-contrib-watch": "1.0.0", "grunt-jscs": "2.8.0", diff --git a/src/core.js b/src/core.js index 426b2551a..1b8bf875f 100644 --- a/src/core.js +++ b/src/core.js @@ -275,6 +275,7 @@ $.extend( $.validator, { onsubmit: true, ignore: ":hidden", ignoreTitle: false, + customElements: [], onfocusin: function( element ) { this.lastActive = element; @@ -422,17 +423,17 @@ $.extend( $.validator, { settings[ eventType ].call( validator, this, event ); } } - + var focusListeners = [ ":text", "[type='password']", "[type='file']", "select", "textarea", "[type='number']", "[type='search']", + "[type='tel']", "[type='url']", "[type='email']", "[type='datetime']", "[type='date']", "[type='month']", + "[type='week']", "[type='time']", "[type='datetime-local']", "[type='range']", "[type='color']", + "[type='radio']", "[type='checkbox']", "[contenteditable]", "[type='button']" ]; + var clickListeners = [ "select", "option", "[type='radio']", "[type='checkbox']" ]; $( this.currentForm ) - .on( "focusin.validate focusout.validate keyup.validate", - ":text, [type='password'], [type='file'], select, textarea, [type='number'], [type='search'], " + - "[type='tel'], [type='url'], [type='email'], [type='datetime'], [type='date'], [type='month'], " + - "[type='week'], [type='time'], [type='datetime-local'], [type='range'], [type='color'], " + - "[type='radio'], [type='checkbox'], [contenteditable], [type='button']", delegate ) + .on( "focusin.validate focusout.validate keyup.validate", focusListeners.concat( this.settings.customElements ).join( ", " ), delegate ) // Support: Chrome, oldIE // "select" is provided as event.target when clicking a option - .on( "click.validate", "select, option, [type='radio'], [type='checkbox']", delegate ); + .on( "click.validate", clickListeners.concat( this.settings.customElements ).join( ", " ), delegate ); if ( this.settings.invalidHandler ) { $( this.currentForm ).on( "invalid-form.validate", this.settings.invalidHandler ); @@ -629,11 +630,12 @@ $.extend( $.validator, { elements: function() { var validator = this, - rulesCache = {}; + rulesCache = {}, + selectors = [ "input", "select", "textarea", "[contenteditable]" ]; // Select all valid inputs inside the form (no submit or reset buttons) return $( this.currentForm ) - .find( "input, select, textarea, [contenteditable]" ) + .find( selectors.concat( this.settings.customElements ).join( ", " ) ) .not( ":submit, :reset, :image, :disabled" ) .not( this.settings.ignore ) .filter( function() { diff --git a/test/custom-elements.js b/test/custom-elements.js new file mode 100644 index 000000000..7a4afc327 --- /dev/null +++ b/test/custom-elements.js @@ -0,0 +1,17 @@ +class CustomTextElement extends HTMLElement { + static formAssociated = true; + static observedAttributes = ["name", "id"]; + + constructor() { + super(); + this.internals_ = this.attachInternals(); + } + get form() { + return this.internals_ != null ? this.internals_.form : null; + } + get name() { + return this.getAttribute("name"); + } +} + +window.customElements.define("custom-text", CustomTextElement); diff --git a/test/index.html b/test/index.html index 601f6a505..e23e52dfc 100644 --- a/test/index.html +++ b/test/index.html @@ -11,6 +11,7 @@ + @@ -472,6 +473,9 @@

+
+
+ diff --git a/test/test.js b/test/test.js index c6f123f69..f9fbd4bdc 100644 --- a/test/test.js +++ b/test/test.js @@ -2786,3 +2786,24 @@ QUnit.test( "stopRequest() should submit the form once pendingRequests === 0", f // Submit the form $( button ).click(); } ); + +QUnit.test( "Assign rules to customElement via .validate() method", function( assert ) { + var form = $( "#customElementsForm" ); + var v = form.validate( { + customElements: [ "custom-text" ], + rules: { + customTextElement: { + required: true + } + } + } ); + var customTextElementRules = $( "#customTextElement", form ).rules(); + var expectedRules = { required: true }; + + assert.deepEqual( + customTextElementRules, expectedRules, "The rules should be the same" + ); + + v.form(); + assert.equal( v.numberOfInvalids(), 1, "The form has one error" ); +} ); From e837cc49beec2b17f7e18eaa3e1e9676e14c3133 Mon Sep 17 00:00:00 2001 From: Christopher Stieg Date: Sat, 29 Jun 2024 06:11:15 -0400 Subject: [PATCH 08/13] Core: Allow negative decimal with no 0 (#2483) * Core: Allow negative decimal with no 0 * Update regex --------- Co-authored-by: METALCOMPINC\cstieg Co-authored-by: Kieran --- src/core.js | 2 +- test/methods.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core.js b/src/core.js index 1b8bf875f..240e2737b 100644 --- a/src/core.js +++ b/src/core.js @@ -1485,7 +1485,7 @@ $.extend( $.validator, { // https://jqueryvalidation.org/number-method/ number: function( value, element ) { - return this.optional( element ) || /^(?:-?\d+|-?\d{1,3}(?:,\d{3})+)?(?:\.\d+)?$/.test( value ); + return this.optional( element ) || /^(?:-?\d+|-?\d{1,3}(?:,\d{3})+)?(?:-?\.\d+)?$/.test( value ); }, // https://jqueryvalidation.org/digits-method/ diff --git a/test/methods.js b/test/methods.js index b2644f59d..e0d02eef2 100644 --- a/test/methods.js +++ b/test/methods.js @@ -177,6 +177,7 @@ QUnit.test( "number", function( assert ) { assert.ok( method( "123,000.00" ), "Valid decimal" ); assert.ok( method( "-123,000.00" ), "Valid decimal" ); assert.ok( method( ".100" ), "Valid decimal" ); + assert.ok( method( "-.100" ), "Valid decimal" ); assert.ok( !method( "1230,000.00" ), "Invalid decimal" ); assert.ok( !method( "123.0.0,0" ), "Invalid decimal" ); assert.ok( !method( "x123" ), "Invalid decimal" ); From 09f67cbf770d2b83982859950565b4b5eb377389 Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 17 Jul 2024 10:18:39 +0100 Subject: [PATCH 09/13] Update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26c433102..e4ee566df 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jquery-validation", "title": "jQuery Validation Plugin", "description": "Client-side form validation made easy", - "version": "1.20.2-pre", + "version": "1.21.0-pre", "homepage": "https://jqueryvalidation.org/", "license": "MIT", "author": { From bd54405de2c0c820d7903f625a54b157e707f75e Mon Sep 17 00:00:00 2001 From: Kieran Brahney Date: Wed, 17 Jul 2024 10:45:25 +0100 Subject: [PATCH 10/13] Build: Updating the master version to 1.21.1-pre. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4ee566df..7fd85ca91 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jquery-validation", "title": "jQuery Validation Plugin", "description": "Client-side form validation made easy", - "version": "1.21.0-pre", + "version": "1.21.1-pre", "homepage": "https://jqueryvalidation.org/", "license": "MIT", "author": { From 6cd68f68e395b1c3a2588e6e7d64f561410c2dc0 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 16 Dec 2024 19:10:59 +0000 Subject: [PATCH 11/13] Update stale.yml --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 3e3c347e7..6332ce773 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -35,5 +35,5 @@ jobs: stale-issue-label: 'stale' stale-pr-label: 'stale' exempt-all-milestones: true - exempt-issue-labels: 'Status: Verified' + exempt-issue-labels: 'Status: Verified, Type: Feature' exempt-pr-labels: 'MERGE ME, NEEDS REVIEW' From 07d2594c8201863ea03d901551fb0f17cf11b3c7 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 12 Jun 2025 11:20:12 +0100 Subject: [PATCH 12/13] Chore: downgrade ubuntu (#2518) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb9551a9c..7b3883f6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: linux_tests: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 From 707623a5cede70bdce8a911c2925f7786911e97d Mon Sep 17 00:00:00 2001 From: appel <61596+appel@users.noreply.github.com> Date: Thu, 12 Jun 2025 06:22:47 -0400 Subject: [PATCH 13/13] Localization: Additional string translations for messages_nl.js (#2517) * Update messages_nl.js Additional string translations (on par with DE). * Fixes styling issue. Added missing spaces inside the parentheses of $.validator.format() calls. --- src/localization/messages_nl.js | 42 ++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/src/localization/messages_nl.js b/src/localization/messages_nl.js index 2d6a6970e..abee59f9e 100644 --- a/src/localization/messages_nl.js +++ b/src/localization/messages_nl.js @@ -30,5 +30,45 @@ $.extend( $.validator.messages, { postalcodeNL: "Vul hier een geldige postcode in.", bankaccountNL: "Vul hier een geldig bankrekeningnummer in.", giroaccountNL: "Vul hier een geldig gironummer in.", - bankorgiroaccountNL: "Vul hier een geldig bank- of gironummer in." + bankorgiroaccountNL: "Vul hier een geldig bank- of gironummer in.", + + maxWords: $.validator.format( "Vul hier maximaal {0} woorden in." ), + minWords: $.validator.format( "Vul hier minimaal {0} woorden in." ), + rangeWords: $.validator.format( "Vul hier tussen {0} en {1} woorden in." ), + accept: "Vul hier een waarde in met een geldig MIME-type.", + alphanumeric: "Vul hier alleen letters, cijfers of underscores in.", + bic: "Vul hier een geldige BIC-code in.", + creditcardtypes: "Vul hier een geldig creditcardnummer in.", + currency: "Vul hier een geldige valuta in.", + integer: "Vul hier een geheel getal in.", + ipv4: "Vul hier een geldig IPv4-adres in.", + ipv6: "Vul hier een geldig IPv6-adres in.", + lettersonly: "Vul hier alleen letters in.", + letterswithbasicpunc: "Vul hier alleen letters of leestekens in.", + netmask: "Vul hier een geldig netmasker in.", + notEqualTo: "Vul hier een andere waarde in. De waarden mogen niet gelijk zijn.", + nowhitespace: "Spaties zijn niet toegestaan.", + pattern: "Ongeldig formaat.", + require_from_group: $.validator.format( "Vul minimaal {0} van deze velden in." ), + skip_or_fill_minimum: $.validator.format( "Sla deze velden over of vul er minimaal {0} van in." ), + strippedminlength: $.validator.format( "Vul hier minimaal {0} tekens in." ), + time: "Vul hier een geldige tijd in tussen 00:00 en 23:59.", + time12h: "Vul hier een geldige tijd in (12-uursnotatie).", + cifES: "Vul hier een geldig CIF-nummer in.", + cpfBR: "Vul hier een geldig CPF-nummer in.", + mobileUK: "Vul hier een geldig Brits mobiel nummer in.", + nieES: "Vul hier een geldig NIE-nummer in.", + nifES: "Vul hier een geldig NIF-nummer in.", + nipPL: "Vul hier een geldig NIP-nummer in.", + phonesUK: "Vul hier een geldig Brits telefoonnummer in.", + phoneUK: "Vul hier een geldig Brits telefoonnummer in.", + phoneUS: "Vul hier een geldig Amerikaans telefoonnummer in.", + postalcodeBR: "Vul hier een geldige Braziliaanse postcode in.", + postalCodeCA: "Vul hier een geldige Canadese postcode in.", + postalcodeIT: "Vul hier een geldige Italiaanse postcode in.", + postcodeUK: "Vul hier een geldige Britse postcode in.", + stateUS: "Vul hier een geldige Amerikaanse staat in.", + vinUS: "Het opgegeven voertuigidentificatienummer (VIN) is ongeldig.", + zipcodeUS: "De opgegeven Amerikaanse postcode is ongeldig.", + ziprange: "Uw postcode moet binnen het bereik 902xx-xxxx tot 905xx-xxxx liggen." } );