ソースを参照

Update date.html demo

nghuuphuoc 11 年 前
コミット
72ca44fc53
1 ファイル変更3 行追加3 行削除
  1. 3 3
      demo/date.html

+ 3 - 3
demo/date.html

@@ -146,9 +146,9 @@ $(document).ready(function() {
         .on('dp.change dp.show', function(e) {
             // Validate the date when user change it
             $('#defaultForm')
-                .data('bootstrapValidator')             // Get the bootstrapValidator instance
-                .setNotValidated('datetimePicker')      // Mark the field as not validated, so it'll be re-validated when the user change date
-                .validateField('datetimePicker');       // Validate the field
+                .data('bootstrapValidator')         // Get the bootstrapValidator instance
+                .setNotValidated('datetimePicker')  // Mark the field as not validated, so it'll be re-validated when the user change date
+                .validateField('datetimePicker');   // Validate the field
         });
 });
 </script>