我正在使用 qTip2 插件,但在使用 Internet Explorer 9 时遇到了一些问题。在 Chrome 中运行良好。
这是一个小提琴。
有人可以向我解释为什么它不能在 IE 中加载吗?
HTML
<div id="tooltip">Here is a tooltip</div>
JS
$('#tooltip').qtip({
content: 'little big town',
hide: {
fixed: true,
delay: 200
}
})