我正在使用容器属性将弹出框正确地放在SVG元素上。
$(this).popover({
title: "title",
placement : "top",
html : true,
trigger: "hover",
content:html,
container:".visualization"
});
在这里小提琴:http://jsfiddle.net/MgcDU/4866/
这适用于Chrome和Firefox,但不适用于IE9(我无法看到任何版本的popover)。有修复吗?