We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536d9f1 commit 7653755Copy full SHA for 7653755
bootstrap-hover-tabs.js
@@ -1,6 +1,6 @@
1
(function ($) {
2
$(function () {
3
- $(document).on('mouseenter', '[data-hover="tab"]', function () {
+ $(document).on('mouseenter', '[data-toggle="tab"]', function () {
4
$(this).tab('show');
5
});
6
0 commit comments