ソースを参照

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

nghuuphuoc 11 年 前
コミット
69f6c0a207

+ 1 - 1
dist/js/bootstrapValidator.js

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