Line 35: | Line 35: | ||
$(_this).popover('hide'); | $(_this).popover('hide'); | ||
}); | }); | ||
+ | }).on("mouseleave", function () { | ||
+ | var _this = this; | ||
+ | setTimeout(function () { | ||
+ | if (!$("#bio:hover").length) { | ||
+ | $(_this).popover("hide"); | ||
+ | } | ||
+ | }, 300); | ||
}); | }); | ||
Revision as of 12:49, 26 October 2017