我正在使用qTip2插件并且在Internet Explorer 9中存在一些问题。在Chrome中运行良好。
这是fiddle。
有人可以向我解释为什么它不会在IE中加载吗?
HTML
<div id="tooltip">Here is a tooltip</div>
JS
$('#tooltip').qtip({
content: 'little big town',
hide: {
fixed: true,
delay: 200
}
})
答案 0 :(得分:2)
不要直接从github包含资源。
SEC7112:https://raw.github.com/Craga89/qTip2/master/dist/jquery.qtip.js的脚本由于mime类型不匹配而被阻止
将其直接添加到JavaScript窗格中。