浏览代码

#175: Set trigger: 'hover click' to popover

nghuuphuoc 11 年之前
父节点
当前提交
69f6c0a207
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      dist/js/bootstrapValidator.js
  2. 1 1
      dist/js/bootstrapValidator.min.js
  3. 1 1
      src/js/bootstrapValidator.js

+ 1 - 1
dist/js/bootstrapValidator.js

@@ -856,7 +856,7 @@
                                             content: $allErrors.filter('[data-bv-result="' + that.STATUS_INVALID + '"]').eq(0).html(),
                                             content: $allErrors.filter('[data-bv-result="' + that.STATUS_INVALID + '"]').eq(0).html(),
                                             html: true,
                                             html: true,
                                             placement: 'top',
                                             placement: 'top',
-                                            trigger: 'click'
+                                            trigger: 'hover click'
                                         });
                                         });
                             break;
                             break;
                         default:
                         default:

文件差异内容过多而无法显示
+ 1 - 1
dist/js/bootstrapValidator.min.js


+ 1 - 1
src/js/bootstrapValidator.js

@@ -855,7 +855,7 @@
                                             content: $allErrors.filter('[data-bv-result="' + that.STATUS_INVALID + '"]').eq(0).html(),
                                             content: $allErrors.filter('[data-bv-result="' + that.STATUS_INVALID + '"]').eq(0).html(),
                                             html: true,
                                             html: true,
                                             placement: 'top',
                                             placement: 'top',
-                                            trigger: 'click'
+                                            trigger: 'hover click'
                                         });
                                         });
                             break;
                             break;
                         default:
                         default: