Browse Source

Merge branch 'master' of https://github.com/nghuuphuoc/bootstrapvalidator

nghuuphuoc 11 years ago
parent
commit
c4eb6deb75
1 changed files with 1 additions and 16 deletions
  1. 1 16
      demo/validators.html

+ 1 - 16
demo/validators.html

@@ -93,14 +93,6 @@
                                     <input type="text" class="form-control" name="usZipCode" />
                                     <input type="text" class="form-control" name="usZipCode" />
                                 </div>
                                 </div>
                             </div>
                             </div>
-
-                            <div class="form-group">
-                                <label class="col-lg-3 control-label">DK zip code</label>
-                                <div class="col-lg-3">
-                                    <input type="text" class="form-control" name="dkZipCode" />
-                                </div>
-                            </div>
-
                         </fieldset>
                         </fieldset>
 
 
                         <fieldset>
                         <fieldset>
@@ -216,7 +208,7 @@ $(document).ready(function() {
                     }
                     }
                 }
                 }
             },
             },
-            usZipCode: {
+            zipCode: {
                 validators: {
                 validators: {
                     zipCode: {
                     zipCode: {
                         country: 'US',
                         country: 'US',
@@ -224,13 +216,6 @@ $(document).ready(function() {
                     }
                     }
                 }
                 }
             },
             },
-            dkZipCode: {
-                validators: {
-                    dkZipCode: {
-                        message: 'The input is not a valid DK zip code'
-                    }
-                }
-            },
             password: {
             password: {
                 validators: {
                 validators: {
                     notEmpty: {
                     notEmpty: {