我正在使用容器属性将弹出框正确放置在 SVG 元素上。
$(this).popover({
title: "title",
placement : "top",
html : true,
trigger: "hover",
content:html,
container:".visualization"
});
在这里小提琴:http: //jsfiddle.net/MgcDU/4866/
这在 Chrome 和 Firefox 中运行良好,但在 IE9 中不起作用(我看不到任何弹出框)。有解决办法吗?