0

我正在使用 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
    }
})
4

1 回答 1

2

不要直接包含来自 github 的资源。

SEC7112:来自https://raw.github.com/Craga89/qTip2/master/dist/jquery.qtip.js的脚本由于 mime 类型不匹配而被阻止

将其直接添加到 JavaScript 窗格即可。

于 2013-03-08T22:48:01.477 回答